File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 1
1
from py_sod_metrics .sod_metrics import *
2
-
3
- __version__ = "1.2.2"
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ pip install pysodmetrics
57
57
58
58
### Examples
59
59
60
- * <./tests /test_metrics.py>
61
- * <./tests /metric_recorder.py>
60
+ * <./examples /test_metrics.py>
61
+ * <./examples /metric_recorder.py>
62
62
63
63
## Thanks
64
64
Original file line number Diff line number Diff line change 1
- from setuptools import setup , find_packages
2
- import py_sod_metrics as my_script
1
+ from setuptools import find_packages , setup
3
2
4
3
with open ("readme.md" , "r" ) as fh :
5
4
long_description = fh .read ()
6
5
7
6
setup (
8
7
name = "pysodmetrics" ,
9
8
packages = find_packages (),
10
- version = my_script . __version__ ,
9
+ version = "1.2.3" ,
11
10
license = "MIT" ,
12
11
description = "A simple and efficient implementation of SOD metrics." ,
13
12
long_description = long_description ,
You can’t perform that action at this time.
0 commit comments