Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ebcd22 commit 9c38dc2Copy full SHA for 9c38dc2
setup.py
@@ -86,6 +86,7 @@ def read(*names, **kwargs):
86
re.compile('^.. start-badges.*^.. end-badges', re.M | re.S).sub('', read('README.rst')),
87
re.sub(':[a-z]+:`~?(.*?)`', r'``\1``', read('CHANGELOG.rst')),
88
),
89
+ long_description_content_type='text/x-rst',
90
author='Ionel Cristian Mărieș',
91
author_email='[email protected]',
92
url='https://github.com/ionelmc/python-lazy-object-proxy',
0 commit comments