[pygtk] setup.py: use the same spaces-less format for all setup() parameters
- From: Dieter Verfaillie <dieterv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pygtk] setup.py: use the same spaces-less format for all setup() parameters
- Date: Fri, 21 Jan 2011 09:01:55 +0000 (UTC)
commit 2c927347d02431a5558f7576c89d52205203f8a6
Author: Dieter Verfaillie <dieterv optionexplicit be>
Date: Wed Jan 12 11:16:38 2011 +0100
setup.py: use the same spaces-less format for all setup() parameters
setup.py | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/setup.py b/setup.py
index 42c556c..f3881f7 100755
--- a/setup.py
+++ b/setup.py
@@ -363,16 +363,16 @@ setup(name='pygtk',
platforms=['MS Windows'],
maintainer='James Henstridge',
maintainer_email='james daa com au',
- description = doclines[0],
- long_description = '\n'.join(doclines[2:]),
- provides = 'pygtk',
- requires = ['pycairo (>=%s)' % PYCAIRO_REQUIRED,
- 'pygobject (>=%s)' %PYGOBJECT_REQUIRED],
+ description=doclines[0],
+ long_description='\n'.join(doclines[2:]),
+ provides='pygtk',
+ requires=['pycairo (>=%s)' % PYCAIRO_REQUIRED,
+ 'pygobject (>=%s)' %PYGOBJECT_REQUIRED],
py_modules=py_modules,
packages=packages,
ext_modules=ext_modules,
data_files=data_files,
- scripts = ['pygtk_postinstall.py'],
+ scripts=['pygtk_postinstall.py'],
options=options,
cmdclass={'install_lib': PyGtkInstallLib,
'install_data': PyGtkInstallData,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]