Bump to setuptools_scm 1.15.0.
This commit is contained in:
parent
95fd34c61f
commit
200e6a5251
|
@ -10,8 +10,6 @@ script:
|
||||||
branches:
|
branches:
|
||||||
except:
|
except:
|
||||||
- skeleton
|
- skeleton
|
||||||
before_deploy:
|
|
||||||
- pip install https://dl.dropboxusercontent.com/u/54081/cheeseshop/setuptools_scm-1.15.0rc1.tar.gz
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: pypi
|
provider: pypi
|
||||||
server: https://upload.pypi.org/legacy/
|
server: https://upload.pypi.org/legacy/
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -32,7 +32,7 @@ setup_params = dict(
|
||||||
extras_require={
|
extras_require={
|
||||||
},
|
},
|
||||||
setup_requires=[
|
setup_requires=[
|
||||||
'setuptools_scm>=1.9,!=1.13.1,!=1.14.0',
|
'setuptools_scm>=1.15.0',
|
||||||
] + wheel,
|
] + wheel,
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Development Status :: 5 - Production/Stable",
|
"Development Status :: 5 - Production/Stable",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user