Skip to content

Commit

Permalink
Exclude versions of setuptools_scm due to pypa/setuptools-scm#109.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Oct 15, 2016
1 parent 11f88f6 commit f3e5908
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 @@ -32,7 +32,7 @@
extras_require={
},
setup_requires=[
'setuptools_scm>=1.9',
'setuptools_scm>=1.9,!=1.13.1,!=1.14.0',
] + wheel,
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit f3e5908

Please sign in to comment.