14
0
forked from pool/python-bidict
Files
python-bidict/dont-limit-versions.patch

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 = [