File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
6
6
setuptools .setup (
7
7
name = 'py_fcm' ,
8
- version = '0.3 .0' ,
8
+ version = '1.0 .0' ,
9
9
scripts = [],
10
10
author = "Jairo Lefebre" ,
11
11
author_email = "jairo.lefebre@gmail.com" ,
12
12
description = "Fuzzy cognitive maps python library" ,
13
13
long_description = long_description ,
14
14
long_description_content_type = "text/markdown" ,
15
15
url = "https://github.com/J41R0/PyFCM" ,
16
- packages = setuptools .find_packages (exclude = "tests" ),
16
+ packages = setuptools .find_packages ("py_fcm" , exclude = [ "tests" ] ),
17
17
install_requires = [
18
18
'pandas >= 0.24.2' ,
19
19
'matplotlib >= 3.1.0' ,
20
20
'networkx >= 2.3' ,
21
21
'numpy >= 1.19.1' ,
22
22
'numba >= 0.51.2' ,
23
23
],
24
- python_requires = '>=3.6 ' ,
24
+ python_requires = '>=3.7 ' ,
25
25
classifiers = [
26
26
"Programming Language :: Python :: 3" ,
27
27
"Operating System :: OS Independent" ,
You can’t perform that action at this time.
0 commit comments