davemds pushed a commit to branch python-efl-1.25. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=f6d3757676f35db755992026cd82c535e64d7aa5
commit f6d3757676f35db755992026cd82c535e64d7aa5 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 a5f8a50..9b733c8 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]', --
