|
17 | 17 | author_email = "ifa@fusionsolutions.io", |
18 | 18 | url = "https://github.com/FusionSolutions/python-feclient", |
19 | 19 | license = "GPL-3", |
20 | | - # setup_requires=["setuptools>=25"], |
21 | | - # install_requires=["setuptools>=25"], |
22 | 20 | package_dir={"feClient": "feClient"}, |
23 | 21 | packages=["feClient"], |
24 | 22 | long_description=open(os.path.join(pwd, "README.md")).read(), |
25 | 23 | long_description_content_type="text/markdown", |
26 | 24 | zip_safe=False, |
27 | 25 | scripts=["feClient/fexplorer-cli"], |
28 | | - python_requires=">=3.8.*", |
| 26 | + python_requires=">=3.5.0", |
29 | 27 | classifiers=[ # https://pypi.org/pypi?%3Aaction=list_classifiers |
30 | 28 | "Development Status :: 4 - Beta", |
31 | 29 | "Topic :: Utilities", |
32 | 30 | "Programming Language :: Python :: 3 :: Only", |
| 31 | + "Programming Language :: Python :: 3.5", |
| 32 | + "Programming Language :: Python :: 3.6", |
| 33 | + "Programming Language :: Python :: 3.7", |
33 | 34 | "Programming Language :: Python :: 3.8", |
34 | 35 | "Programming Language :: Python :: 3.9", |
35 | 36 | "License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)", |
|
0 commit comments