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@", )