aports/main/py3-calver/version-placeholder.patch
2025-07-26 11:23:15 +02:00

12 lines
203 B
Diff

Prepare placeholder for setting the module version
--- a/setup.py
+++ b/setup.py
@@ -16,5 +16,5 @@ def calver_version(value):
setup(
- version=calver_version(True),
+ version="@VERSION@",
)