Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9c38dc2

Browse files
committed
Add long_description_content_type.
1 parent 1ebcd22 commit 9c38dc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ def read(*names, **kwargs):
8686
re.compile('^.. start-badges.*^.. end-badges', re.M | re.S).sub('', read('README.rst')),
8787
re.sub(':[a-z]+:`~?(.*?)`', r'``\1``', read('CHANGELOG.rst')),
8888
),
89+
long_description_content_type='text/x-rst',
8990
author='Ionel Cristian Mărieș',
9091
author_email='[email protected]',
9192
url='https://github.com/ionelmc/python-lazy-object-proxy',

0 commit comments

Comments
 (0)