mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
12 lines
203 B
Diff
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@",
|
|
)
|