Fix errors in long_documentation

This commit is contained in:
Brian May
2020-06-05 08:19:24 +10:00
parent 7fde5b6fa6
commit 8c9dad1c6b
3 changed files with 11 additions and 2 deletions

View File

@ -41,6 +41,7 @@ setup(
packages=find_packages(),
license="LGPL2.1+",
long_description=open('README.rst').read(),
long_description_content_type="text/x-rst",
classifiers=[
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",