mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-20 07:11:59 +01:00
19 lines
613 B
Diff
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'],
|
|
)
|