Add long_description_content_type in setup.py
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
478d56803a
commit
555275e257
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -57,6 +57,7 @@ setup(
|
||||||
version=VERSION,
|
version=VERSION,
|
||||||
description=DESCRIPTION,
|
description=DESCRIPTION,
|
||||||
long_description=LONG_DESCRIPTION,
|
long_description=LONG_DESCRIPTION,
|
||||||
|
long_description_content_type='text/x-rst',
|
||||||
author='Maxime Buquet',
|
author='Maxime Buquet',
|
||||||
author_email='pep@bouah.net',
|
author_email='pep@bouah.net',
|
||||||
url='https://lab.louiz.org/poezio/slixmpp-omemo',
|
url='https://lab.louiz.org/poezio/slixmpp-omemo',
|
||||||
|
|
Loading…
Reference in a new issue