Skip to content

Commit

Permalink
Problem: Requires-Python is missing
Browse files Browse the repository at this point in the history
Solution: specify 2.7 or >=3.5
  • Loading branch information
gotcha committed May 17, 2020
1 parent b580b1e commit 3e5c63a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def read(*rnames):
url='http://buildout.org',
packages = ['zc', 'zc.buildout'],
package_dir = {'': 'src'},
python_requires = '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*',
namespace_packages = ['zc'],
install_requires = [
'setuptools>=8.0',
Expand Down

0 comments on commit 3e5c63a

Please sign in to comment.