Skip to content

Commit 34a2f02

Browse files
committed
Set long_description_content_type in setup.py
This means that pypi renders the README correctly
1 parent 5d51646 commit 34a2f02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ def recursively_include(results, directory, patterns):
8686
version=version,
8787
description='Android APK packager for Python scripts and apps',
8888
long_description=long_description,
89+
long_description_content_type='text/markdown',
8990
author='The Kivy team',
9091
author_email='[email protected]',
9192
url='https://github.com/kivy/python-for-android',

0 commit comments

Comments
 (0)