aports/main/rdiff-backup/0002-remove-setuptools_scm.patch
2021-03-19 07:54:59 +00:00

19 lines
613 B
Diff

diff --git a/setup.py b/setup.py
index 6e1bb10..f0e9142 100755
--- a/setup.py
+++ b/setup.py
@@ -136,7 +136,6 @@ class clean(distutils.command.clean.clean):
setup(
name="rdiff-backup",
- use_scm_version=True,
description="Backup and Restore utility, easy to use, efficient, locally and remotely usable",
long_description="""
rdiff-backup is a simple backup tool which can be used locally and remotely,
@@ -223,5 +222,4 @@ setup(
'clean': clean,
},
install_requires=['importlib-metadata ~= 1.0 ; python_version < "3.8"'],
- setup_requires=['setuptools_scm'],
)