From 30e199e0fb220a17b3089508a59d29a2924f10e4 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 23 Jan 2016 09:26:07 -0500 Subject: Require a newer setuptools. This lets a long confusing comment. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 098a6bbb..72675295 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ requirements = [ "idna>=2.0", "pyasn1>=0.1.8", "six>=1.4.1", - "setuptools>=1.0", + "setuptools>=11.3", ] setup_requirements = [] -- cgit v1.2.3