diff --git a/setup.py b/setup.py index 2a75062..93ff60b 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,6 @@ setup( author='Alec Thomas', author_email='alec@swapoff.org', install_requires=[ - 'setuptools >= 0.6b1', 'typing', ], cmdclass={'test': PyTest},