summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorBrian May <brian@linuxpenguins.xyz>2020-06-05 08:19:24 +1000
committerBrian May <brian@linuxpenguins.xyz>2020-06-05 08:19:24 +1000
commit8c9dad1c6badf772b3e1dcac37e285768940299c (patch)
treedc3e7fd21cc86d94a27e7ce76c53dbabb8f450b8 /setup.py
parent7fde5b6fa652d02f94ba6d3c22f0755bfdf31ddc (diff)
Fix errors in long_documentationv1.0.1
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index b44bdb6..1c73a3f 100755
--- a/setup.py
+++ b/setup.py
@@ -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",