diff --git a/pythonforandroid/__init__.py b/pythonforandroid/__init__.py index 54b160fe59..5e3f06f3c6 100644 --- a/pythonforandroid/__init__.py +++ b/pythonforandroid/__init__.py @@ -1,2 +1,2 @@ -__version__ = '2019.06.06' +__version__ = '2019.06.06.post0' diff --git a/setup.py b/setup.py index 3cd86e4f4f..64ab2a0d32 100644 --- a/setup.py +++ b/setup.py @@ -86,6 +86,7 @@ def recursively_include(results, directory, patterns): version=version, description='Android APK packager for Python scripts and apps', long_description=long_description, + long_description_content_type='text/markdown', author='The Kivy team', author_email='kivy-dev@googlegroups.com', url='https://github.com/kivy/python-for-android',