We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 59881b5 + bb018d1 commit 0aa2388Copy full SHA for 0aa2388
setup.py
@@ -7,7 +7,7 @@
7
# Keep this name in sync with the one in os2borgerpc_client/jobmanager.py
8
name="os2borgerpc_client",
9
use_scm_version=True, # Automatically uses Git tags for versioning
10
- setup_requires=['setuptools-scm'], # Ensure setuptools-scm is used
+ setup_requires=['setuptools-scm==7.1.0'], # Ensure setuptools-scm is used. Pin setuptools-scm to version 7.1.0
11
description="Client for the OS2borgerPC system",
12
long_description=long_description,
13
url="https://github.com/OS2borgerPC/",
0 commit comments