forked from pool/python-bidict
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 = [
|