Skip to content

Commit

Permalink
fix setuptools-scm for py 3.4, 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
James R. Barlow committed Jan 3, 2017
1 parent 5ec38a4 commit 7be4e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def check_external_program(
"Topic :: Text Processing :: Linguistic",
],
setup_requires=[
'setuptools-scm',
'setuptools-scm == 1.11.1', # pinned because upstream keeps breaking things
'setuptools-scm-git-archive',
'cffi>=1.5.0',
'pytest-runner'
Expand Down

0 comments on commit 7be4e9c

Please sign in to comment.