diff --git a/setup.py b/setup.py index 4a92e2b..9dddac6 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ 'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Database', 'Topic :: Database :: Front-Ends' - ] + ], long_description=open('README.rst').read(), long_description_content_type='text/markdown', )