From 6d86ad99c09f8bffc9e2351778b881d47ba17589 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Fri, 17 Jan 2020 20:30:01 -0500 Subject: [PATCH] Remove setup_requires. Fixes #73. --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index c760e615c5c0fbd..d0eed59a2ba6e51 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,9 +17,6 @@ classifiers = [options] python_requires = >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.* -setup_requires = - setuptools - wheel install_requires = pathlib2; python_version < '3' typing; python_version < '3.5'