Add lower bound on setuptools

Partial #320
This commit is contained in:
Ian Cordasco 2017-05-12 20:37:16 -05:00
parent 32f4b65b6b
commit b6c0cce3e6
No known key found for this signature in database
GPG key ID: 656D3395E4A9791A

View file

@ -20,6 +20,7 @@ requires = [
"pyflakes >= 1.5.0, < 1.6.0",
"pycodestyle >= 2.0.0, < 2.4.0",
"mccabe >= 0.6.0, < 0.7.0",
"setuptools >= 30",
]
if sys.version_info < (3, 4):