aports/community/py3-calver/version-placeholder.patch
2023-03-22 04:03:36 +01:00

12 lines
247 B
Diff

Prepare placeholder for setting the module version
--- a/setup.py
+++ b/setup.py
@@ -42,5 +42,5 @@ setup(
"use_calver = calver.integration:version",
],
},
- version=calver_version(True),
+ version="@VERSION@",
)