davemds pushed a commit to branch master.

http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=7ca64616aed88940fb1e846f3a3bca6f71bcfbe6

commit 7ca64616aed88940fb1e846f3a3bca6f71bcfbe6
Author: Dave Andreoli <[email protected]>
Date:   Sat Nov 22 15:56:47 2014 +0100

    setup.py: do not fail when sphinx is not found
---
 setup.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/setup.py b/setup.py
index 39f48be..ee23d5f 100755
--- a/setup.py
+++ b/setup.py
@@ -50,6 +50,8 @@ except ImportError:
     class BuildDoc(Command):
         description = \
             "build documentation using sphinx, that must be installed."
+        version = ""
+        release = ""
         user_options = []
 
         def initialize_options(self):

-- 


Reply via email to