From 82393f9579bdd3a1758594a9237d3a757d15b3ea Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 21 Apr 2017 23:04:27 -0400 Subject: bump minimum setuptools version (#3513) This is sort of a pre-req for #3508 (but not really, because setuptools needs to be this version before setup.py even runs for that PR). Because we still support older setuptools versions in our pkg_resources code, this is mostly a gentle nudge to the ecosystem. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 80df3098..70ea5517 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ requirements = [ "asn1crypto>=0.21.0", "packaging", "six>=1.4.1", - "setuptools>=11.3", + "setuptools>=20.5", ] setup_requirements = [] -- cgit v1.2.3