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

@@ -29,7 +29,7 @@ from __pkginfo__ import (
modname,
py_modules,
short_desc,
VERSION,
__version__,
web,
zip_safe,
)
@@ -52,6 +52,6 @@ setup(
test_suite="nose.collector",
url=web,
tests_require=["nose>=1.0"],
version=VERSION,
version=__version__,
zip_safe=zip_safe,
)