mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-21 07:52:21 -04:00
Current setuptools-scm replaces it and version detection seems to be working without proper migration. Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
13 lines
287 B
Diff
13 lines
287 B
Diff
diff --git a/pyproject.toml b/pyproject.toml
|
|
index 4e903b7..ad127f2 100644
|
|
--- a/pyproject.toml
|
|
+++ b/pyproject.toml
|
|
@@ -5,7 +5,6 @@ requires = [
|
|
|
|
# Plugins
|
|
"setuptools_scm[toml] >= 6.4",
|
|
- "setuptools_scm_git_archive >= 1.1",
|
|
]
|
|
build-backend = "setuptools.build_meta"
|
|
|