From 9e004c3ec022ae94570a9447b8892ad52b63e014 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Tue, 3 Jan 2017 00:34:26 -0800 Subject: [PATCH] Another attempt at py 3.4/3.5 Revert to exactly what the previous passing build specified. --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 32fb8bfc..383148e5 100644 --- a/setup.py +++ b/setup.py @@ -214,8 +214,7 @@ setup( "Topic :: Text Processing :: Linguistic", ], setup_requires=[ - 'setuptools-scm == 1.11.1', # pinned because upstream keeps breaking things - 'setuptools-scm-git-archive', + 'setuptools_scm', 'cffi>=1.5.0', 'pytest-runner' ],