VERSION -> version

This commit is contained in:
rocky
2020-10-31 11:25:06 -04:00
parent 1164cd90dc
commit 70b7e51df6
7 changed files with 13 additions and 16 deletions

View File

@@ -98,6 +98,6 @@ def read(*rnames):
return open(os.path.join(srcdir, *rnames)).read()
# Get info from files; set: long_description and VERSION
# Get info from files; set: long_description and __version__
long_description = read("README.rst") + "\n"
exec(read("uncompyle6/version.py"))