forked from pool/python-bidict
version of setuptools_scm to be used. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bidict?expand=0&rev=15
12 lines
278 B
Diff
12 lines
278 B
Diff
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -63,7 +63,7 @@ with c_open(join(CWD, 'README.rst'), enc
|
|
# Manually keep these version pins in sync with those in .travis.yml and .pre-commit-config.yaml.
|
|
|
|
SETUP_REQS = [
|
|
- 'setuptools_scm < 4',
|
|
+ 'setuptools_scm',
|
|
]
|
|
|
|
SPHINX_REQS = [
|