Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Commit

Permalink
fix python_requires key on setup.py (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterOdin authored Jan 11, 2018
1 parent b2445c3 commit 1c4f6a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def requirements_for(version=None):
long_description=open('README.rst').read(),
dependency_links=dependency_links,
install_requires=sorted(install_requires),
python_requires='==2.7.*,>=3.4',
python_requires='>=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
classifiers=[
'Development Status :: 5 - Production/Stable',
'License :: OSI Approved :: Apache Software License',
Expand Down

0 comments on commit 1c4f6a4

Please sign in to comment.