mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Exclude buggy setuptools-scm version
https://github.com/pypa/setuptools_scm/issues/103
This commit is contained in:
parent
74b73a4011
commit
39b27532e7
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -72,7 +72,7 @@ setup(
|
|||
},
|
||||
|
||||
# Build dependencies
|
||||
setup_requires=['setuptools_scm'],
|
||||
setup_requires=['setuptools_scm != 1.12.0'],
|
||||
|
||||
# Other
|
||||
packages=find_packages(exclude=['tests.*', 'tests']),
|
||||
|
|
|
|||
Loading…
Reference in a new issue