aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2017-05-22 20:54:34 -0700
committerPaul Kehrer <paul.l.kehrer@gmail.com>2017-05-22 20:54:34 -0700
commite748b3933909aa4ab177c9f83857b7e923e43f64 (patch)
tree7e5a35a3748d18fc9d7cf0ccd789bfb8235ec5a4 /setup.py
parentdb511140c97d678369cf3d8cf6a5e1ff56a01e1c (diff)
downloadcryptography-e748b3933909aa4ab177c9f83857b7e923e43f64.tar.gz
cryptography-e748b3933909aa4ab177c9f83857b7e923e43f64.tar.bz2
cryptography-e748b3933909aa4ab177c9f83857b7e923e43f64.zip
Remove dependency on setuptools (#3567)
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 586ea48d..33b3b54e 100644
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,6 @@ requirements = [
"idna>=2.1",
"asn1crypto>=0.21.0",
"six>=1.4.1",
- "setuptools>=20.5",
]
setup_requirements = []