Merge branch 'master' into python-2.4

This commit is contained in:
rocky
2019-11-18 18:15:51 -05:00
23 changed files with 224 additions and 103 deletions

View File

@@ -32,6 +32,7 @@ setup(
install_requires = install_requires,
license = license,
long_description = long_description,
long_description_content_type = "text/x-rst",
name = modname,
packages = find_packages(),
py_modules = py_modules,