We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c24fc59 commit 6778d69Copy full SHA for 6778d69
setup.py
@@ -2,7 +2,8 @@
2
from distutils.core import Extension, setup
3
from pathlib import Path
4
5
-VERSIONFILE = "myniftyapp/_version.py"
+# from https://stackoverflow.com/a/7071358/2750945
6
+VERSIONFILE = "pyrp3/_version.py"
7
verstrline = open(VERSIONFILE, "rt").read()
8
VSRE = r"^__version__ = ['\"]([^'\"]*)['\"]"
9
mo = re.search(VSRE, verstrline, re.M)
0 commit comments