setup.py
changeset 219 405a9c1dc7bf
parent 124 99dc49c5bcfb
child 238 e4a389eca1b9
--- a/setup.py	Mon Jul 30 08:22:01 2007 +0100
+++ b/setup.py	Mon Jul 30 13:35:02 2007 +0100
@@ -10,10 +10,10 @@
 hgkw.version.rememberversion(version)
 
 setup(name='hgkw',
-        version=hgkw.version.getversion(),
-        description='Mercurial keyword extension (standalone)',
-        author='Christian Ebert',
-        author_email='blacktrash@gmx.net',
-        license='GNU GPL',
-        packages=['hgkw'],
-        )
+      version=hgkw.version.getversion(),
+      description='Mercurial keyword extension (standalone)',
+      author='Christian Ebert',
+      author_email='blacktrash@gmx.net',
+      url='http://www.blacktrash.org/hg/hgkeyword/',
+      license='GNU GPL',
+      packages=['hgkw'])