[pygobject: 6/8] 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: [pygobject: 6/8] setup.py: use the same spaces-less format for all setup() parameters
- Date: Fri, 21 Jan 2011 08:36:05 +0000 (UTC)
commit 59dac72d0fa8e1d68bbbc13d76c2747f1cb11857
Author: Dieter Verfaillie <dieterv optionexplicit be>
Date: Tue Jan 11 22:19:18 2011 +0100
setup.py: use the same spaces-less format for all setup() parameters
setup.py | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/setup.py b/setup.py
index 22521bd..7d88d56 100755
--- a/setup.py
+++ b/setup.py
@@ -332,15 +332,15 @@ setup(name='pygobject',
platforms=['MS Windows'],
maintainer='Johan Dahlin',
maintainer_email='johan gnome org',
- description = doclines[0],
- long_description = '\n'.join(doclines[2:]),
- provides = 'pygobject',
+ description=doclines[0],
+ long_description='\n'.join(doclines[2:]),
+ provides='pygobject',
py_modules=py_modules,
packages=packages,
ext_modules=ext_modules,
libraries=clibs,
data_files=data_files,
- scripts = ['pygobject_postinstall.py'],
+ scripts=['pygobject_postinstall.py'],
options=options,
cmdclass={'install_lib': PyGObjectInstallLib,
'install_data': PyGObjectInstallData,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]