Skip to content

Commit 01c4630

Browse files
committed
Update setup.py
1 parent 5bb7e17 commit 01c4630

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@
55

66
setuptools.setup(
77
name='py_fcm',
8-
version='0.3.0',
8+
version='1.0.0',
99
scripts=[],
1010
author="Jairo Lefebre",
1111
author_email="jairo.lefebre@gmail.com",
1212
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",

0 commit comments

Comments
 (0)