From 40889a2e94da41cbac9b3b79e845d742819d89f5 Mon Sep 17 00:00:00 2001 From: Nikita Melentev Date: Thu, 29 Mar 2018 16:23:57 +0300 Subject: [PATCH] remove non-install requirement (fix #83) --- setup.py | 1 - 1 file changed, 1 deletion(-) 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},