Enlightenment CVS committal

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

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


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-emotion/setup.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- setup.py    24 Jul 2007 15:14:46 -0000      1.4
+++ setup.py    4 Sep 2007 18:50:39 -0000       1.5
@@ -61,20 +61,20 @@
 MPEG2, etc) is avalible using Emotion.
 """
 
-setup(name = 'python-emotion',
-      version = '0.1.1',
-      license = 'BSD',
-      author = 'Gustavo Sverzut Barbieri',
-      author_email = '[EMAIL PROTECTED]',
-      url = 'http://www.enlightenment.org/',
-      description = 'Python bindings for Emotion',
-      long_description = long_description,
-      keywords = 'wrapper binding enlightenment graphics raster evas canvas 
multimida playback xine gstreamer',
-      classifiers = trove_classifiers,
-      packages = find_packages(),
-      include_dirs = include_dirs,
-      install_requires = ['python-evas>=0.1.1'],
-      setup_requires = ['python-evas>=0.1.1'],
-      ext_modules = [emotionmodule],
-      zip_safe = False,
+setup(name='python-emotion',
+      version='0.1.1',
+      license='BSD',
+      author='Gustavo Sverzut Barbieri',
+      author_email='[EMAIL PROTECTED]',
+      url='http://www.enlightenment.org/',
+      description='Python bindings for Emotion',
+      long_description=long_description,
+      keywords='wrapper binding enlightenment graphics raster evas canvas 
multimida playback xine gstreamer',
+      classifiers=trove_classifiers,
+      packages=find_packages(),
+      include_dirs=include_dirs,
+      install_requires=['python-evas>=0.1.1'],
+      setup_requires=['python-evas>=0.1.1'],
+      ext_modules=[emotionmodule],
+      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