Update setup.py

Co-Authored-By: auvipy <auvipy@gmail.com>
This commit is contained in:
Jon Dufresne 2019-05-01 21:13:07 +06:00 committed by GitHub
parent c4d8be9564
commit 23db0bee00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,7 +79,7 @@ setup(
packages=find_packages(exclude=['tests*']),
include_package_data=True,
install_requires=[],
python_requires=">=3.5.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*,",
python_requires=">=3.5",
zip_safe=False,
classifiers=[
'Development Status :: 5 - Production/Stable',