davemds pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=08482864094b306876cce6f5295b91137e1968c1
commit 08482864094b306876cce6f5295b91137e1968c1 Author: Dave Andreoli <[email protected]> Date: Sun Dec 5 18:54:46 2021 +0100 fix pip uploading ...a really stupid fix --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 8ec8118..47e007a 100755 --- a/setup.py +++ b/setup.py @@ -426,6 +426,7 @@ setup( fullname='Python bindings for Enlightenment Foundation Libraries', description='Python bindings for Enlightenment Foundation Libraries', long_description=read_file('README.md'), + long_description_content_type='text/markdown', version=RELEASE, author='Davide Andreoli, Kai Huuhko, and others', author_email='[email protected], [email protected]', --
