diff setup.py @ 13:8cca585b11cc

Module renamed to mercurial_all_paths for possible pypi installation. Extended README.
author Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
date Sun, 15 Nov 2015 10:16:21 +0100
parents 7591d4101b93
children 3b599fcd63f9
line wrap: on
line diff
--- a/setup.py	Sun Nov 08 09:08:58 2015 +0100
+++ b/setup.py	Sun Nov 15 10:16:21 2015 +0100
@@ -15,13 +15,12 @@
 setup(
     name="mercurial_all_paths",
     version=VERSION,
-    author='Ludovic Chabant',
-    # url='http://bitbucket.org/Mekk/mercurial-all_paths',
-    url='http://bitbucket.org/ludovicchabant/allpaths',
+    author='Marcin Kasperski',
+    url='http://bitbucket.org/Mekk/mercurial-all_paths',
     description='Mercurial allpaths extension',
     long_description=LONG_DESCRIPTION,
-    license='BSD',
-    py_modules=['allpaths'],
+    license='GNU',
+    py_modules=['mercurial_all_paths'],
     keywords="mercurial paths multi extension",
     classifiers=[
         'Development Status :: 4 - Beta',