From 6ead2fb8ac2f450aa2ab11097d834b1c7b5c4657 Mon Sep 17 00:00:00 2001 From: Holger Peters Date: Thu, 9 Feb 2017 09:55:56 +0100 Subject: [PATCH] Don't list setuptools as a runtime dependency --- setup.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.py b/setup.py index 6140253..03a1ddd 100644 --- a/setup.py +++ b/setup.py @@ -47,8 +47,5 @@ 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', - ], - install_requires=[ - 'setuptools >= 0.6b1', ] )