Skip to content

Commit

Permalink
Fix metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
janjaapdriessen committed Apr 13, 2020
1 parent b77bcf8 commit ec75cbf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions setup.py
Expand Up @@ -32,6 +32,7 @@
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Programming Language :: Python :: Implementation :: PyPy3',
'Natural Language :: English',
'Operating System :: OS Independent',
'Topic :: Software Development :: Quality Assurance',
Expand All @@ -55,6 +56,14 @@
install_requires=[
'setuptools >= 8',
],
python_requires=', '.join([
'>=2.7',
'!=3.0.*',
'!=3.1.*',
'!=3.2.*',
'!=3.3.*',
'!=3.4.*',
]),
extras_require={
'buildout': ['zc.buildout'],
},
Expand Down

0 comments on commit ec75cbf

Please sign in to comment.