summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Walters <tritium@sdamon.com>2014-08-26 19:37:55 -0400
committerAlexander Walters <tritium@sdamon.com>2014-08-26 19:37:55 -0400
commit2399d93635a068a565c48eaa0842e3bbc8a210ff (patch)
treebcc86a833ff94ff57482590e626cd2d68704d312
parent77698fbf35376bdd530493e5db262c256ebe87c4 (diff)
downloadwaitress-2399d93635a068a565c48eaa0842e3bbc8a210ff.tar.gz
Update setup.py
Removed the runtime dependency on setuptools that was defined...in setuptools.
-rw-r--r--setup.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index e33d73a..33c5963 100644
--- a/setup.py
+++ b/setup.py
@@ -66,9 +66,6 @@ setup(
],
url='https://github.com/Pylons/waitress',
packages=find_packages(),
- install_requires=[
- 'setuptools',
- ],
extras_require={
'testing': testing_extras,
'docs': docs_extras,