Commit 3e5c63a9 authored by Godefroid Chapelle's avatar Godefroid Chapelle

Problem: Requires-Python is missing

Solution: specify 2.7 or >=3.5
parent b580b1ec
......@@ -44,6 +44,7 @@ setup(
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',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment