We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1ef7f4 commit f172832Copy full SHA for f172832
setup.py
@@ -10,6 +10,7 @@ def read(*parts):
10
return codecs.open(os.path.join(os.path.dirname(__file__), *parts),
11
encoding='utf8').read()
12
13
+
14
def find_version(*file_paths):
15
version_file = read(*file_paths)
16
version_match = re.search(r"^__version__ = ['\"]([^'\"]*)['\"]",
0 commit comments