Enlightenment CVS committal

Author  : barbieri
Project : e17
Module  : proto/python-efl

Dir     : e17/proto/python-efl/python-evas


Modified Files:
        setup.py 


Log Message:
Ecore now includes python-evas includes; setup.py now conforms to PEP8 (no 
spaces around '=' in function calls)

===================================================================
RCS file: /cvs/e/e17/proto/python-efl/python-evas/setup.py,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- setup.py    22 Aug 2007 14:12:36 -0000      1.14
+++ setup.py    4 Sep 2007 18:50:39 -0000       1.15
@@ -80,18 +80,18 @@
 15, 16, 24 and 32bit color.
 """
 
-setup(name = 'python-evas',
-      version = '0.1.1',
-      license = 'BSD',
+setup(name='python-evas',
+      version='0.1.1',
+      license='BSD',
       author='Gustavo Sverzut Barbieri',
       author_email='[EMAIL PROTECTED]',
       url='http://www.enlightenment.org/',
-      description = 'Python bindings for Evas',
-      long_description = long_description,
-      keywords = 'wrapper binding enlightenment graphics raster evas canvas',
-      classifiers = trove_classifiers,
-      packages = find_packages(),
-      headers = headers,
-      ext_modules = [evasmodule],
+      description='Python bindings for Evas',
+      long_description=long_description,
+      keywords='wrapper binding enlightenment graphics raster evas canvas',
+      classifiers=trove_classifiers,
+      packages=find_packages(),
+      headers=headers,
+      ext_modules=[evasmodule],
       zip_safe=False,
       )



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to