davemds pushed a commit to branch python-efl-1.25.

http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=0afd5aee8b2512d184f25196fcc44f8bd66daf75

commit 0afd5aee8b2512d184f25196fcc44f8bd66daf75
Author: Dave Andreoli <d...@gurumeditation.it>
Date:   Sun Nov 14 20:24:02 2021 +0100

    Fix build after README rename
    
    whopsss
    
    (cherry picked from commit 25ed1cc567b9038c5c017b3d8dfccea66ea29ffa)
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index a863a19..56c08e8 100755
--- a/setup.py
+++ b/setup.py
@@ -474,7 +474,7 @@ setup(
     name="python-efl",
     fullname="Python bindings for Enlightenment Foundation Libraries",
     description="Python bindings for Enlightenment Foundation Libraries",
-    long_description=open(os.path.join(script_path, 'README')).read(),
+    long_description=open(os.path.join(script_path, 'README.md')).read(),
     version=RELEASE,
     author='Davide Andreoli, Kai Huuhko, and others',
     author_email="d...@gurumeditation.it, kai.huu...@gmail.com",

-- 


Reply via email to