mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-22 02:35:23 +03:00
34 lines
834 B
Diff
34 lines
834 B
Diff
diff --git a/pyproject.toml b/pyproject.toml
|
|
index 21b5d29..1c79d15 100644
|
|
--- a/pyproject.toml
|
|
+++ b/pyproject.toml
|
|
@@ -1,5 +1,5 @@
|
|
[build-system]
|
|
-requires = ["setuptools>=40.8", "wheel", "setuptools_scm>=1.15"]
|
|
+requires = ["setuptools>=40.8", "wheel"]
|
|
build-backend = "setuptools.build_meta:__legacy__"
|
|
|
|
[tool.towncrier]
|
|
diff --git a/setup.cfg b/setup.cfg
|
|
index bcd7a09..4d8ab85 100644
|
|
--- a/setup.cfg
|
|
+++ b/setup.cfg
|
|
@@ -43,8 +43,6 @@ install_requires =
|
|
keyring >= 15.1
|
|
rfc3986 >= 1.4.0
|
|
colorama >= 0.4.3
|
|
-setup_requires =
|
|
- setuptools_scm >= 1.15
|
|
include_package_data = True
|
|
|
|
[options.entry_points]
|
|
diff --git a/setup.py b/setup.py
|
|
index e69bda6..7aab391 100644
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -14,4 +14,4 @@
|
|
import setuptools
|
|
|
|
|
|
-setuptools.setup(use_scm_version=True)
|
|
+setuptools.setup(use_scm_version=False)
|