Skip to content

Commit 0415720

Browse files
authored
Merge pull request kivy#1850 from kivy/hotfix-2019.06.06.post0
Hotfix 2019.06.06.post0: added long_description_content_type to setup.py
2 parents ec547bb + fc5922c commit 0415720

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pythonforandroid/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
__version__ = '2019.06.06'
2+
__version__ = '2019.06.06.post0'

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='kivy-dev@googlegroups.com',
9192
url='https://github.com/kivy/python-for-android',

0 commit comments

Comments
 (0)