Merge branch 'master' into python-2.4

This commit is contained in:
rocky
2020-10-31 11:37:53 -04:00
10 changed files with 29 additions and 26 deletions

View File

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