File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 55
66setuptools .setup (
77 name = 'py_fcm' ,
8- version = '0.3 .0' ,
8+ version = '1.0 .0' ,
99 scripts = [],
1010 author = "Jairo Lefebre" ,
11111212 description = "Fuzzy cognitive maps python library" ,
1313 long_description = long_description ,
1414 long_description_content_type = "text/markdown" ,
1515 url = "https://github.com/J41R0/PyFCM" ,
16- packages = setuptools .find_packages (exclude = "tests" ),
16+ packages = setuptools .find_packages ("py_fcm" , exclude = [ "tests" ] ),
1717 install_requires = [
1818 'pandas >= 0.24.2' ,
1919 'matplotlib >= 3.1.0' ,
2020 'networkx >= 2.3' ,
2121 'numpy >= 1.19.1' ,
2222 'numba >= 0.51.2' ,
2323 ],
24- python_requires = '>=3.6 ' ,
24+ python_requires = '>=3.7 ' ,
2525 classifiers = [
2626 "Programming Language :: Python :: 3" ,
2727 "Operating System :: OS Independent" ,
You can’t perform that action at this time.
0 commit comments