mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-20 01:26:38 +02:00
11 lines
247 B
Diff
11 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@",
|
|
)
|