Skip to content

Commit

Permalink
Update classifiers and add python_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-k authored and ifduyue committed Sep 9, 2018
1 parent 83b594e commit a8d6776
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def build(self):
# Override "install_lib" command
cmdclass={ "install_lib": install_lib },

python_requires=">=2.6, !=3.0.*, !=3.1.*",
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
Expand All @@ -77,6 +78,9 @@ def build(self):
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: Implementation :: CPython',
'Topic :: Software Development',
],
Expand Down

0 comments on commit a8d6776

Please sign in to comment.