From ed8fbf308ae13dca79c00e41a2f3af908547ee1a Mon Sep 17 00:00:00 2001 From: Joseph Weston Date: Thu, 14 Oct 2021 16:40:10 +0000 Subject: [PATCH] Reference correct file in _static_version.py template --- miniver/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miniver/app.py b/miniver/app.py index e422013..80f1b83 100755 --- a/miniver/app.py +++ b/miniver/app.py @@ -71,7 +71,7 @@ def get_version_and_cmdclass(pkg_path): # # This file will be overwritten by setup.py when a source or binary # distribution is made. The magic value "__use_git__" is interpreted by - # version.py. + # _version.py. version = "__use_git__"