commit:     ec902975e0bf8f252fcf276744cd91bb715e6573
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  7 19:13:29 2015 +0000
Commit:     Devan Franchini <twitch153 <AT> gentoo <DOT> org>
CommitDate: Sat Feb  7 20:48:38 2015 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/layman.git;a=commit;h=ec902975

setup.py: Fix indentention

---
 setup.py | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/setup.py b/setup.py
index 21a387a..bca2481 100755
--- a/setup.py
+++ b/setup.py
@@ -55,12 +55,19 @@ setup(name          = 'layman',
       author        = 'Brian Dolbec, Gunnar Wrobel (original author retired)',
       author_email  = 'dolsen@gentoo',
       url           = 'http://layman.sourceforge.net/, ' +\
+setup(
+    name          = 'layman',
+    version       = VERSION,
+    description   = 'Python script for retrieving gentoo overlays',
+    author        = 'Brian Dolbec, Gunnar Wrobel (original author retired)',
+    author_email  = 'dolsen@gentoo',
+    url           = 'http://layman.sourceforge.net/, ' +\
         'http://git.overlays.gentoo.org/gitweb/?p=proj/layman.git;a=summary',
-      packages      = ['layman', 'layman.config_modules',
+    packages      = ['layman', 'layman.config_modules',
         'layman.config_modules.makeconf', 'layman.config_modules.reposconf',
         'layman.overlays', 'layman.overlays.modules',
         ] + modules,
-      scripts       = ['bin/layman', 'bin/layman-overlay-maker',
+    scripts       = ['bin/layman', 'bin/layman-overlay-maker',
                        'bin/layman-mounter', 'bin/layman-updater'],
-      license       = 'GPL',
-      )
+    license       = 'GPL',
+    )

Reply via email to