comparison 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
comparison
equal deleted inserted replaced
12:bed42905e871 13:8cca585b11cc
13 LONG_DESCRIPTION = open("README.txt").read() 13 LONG_DESCRIPTION = open("README.txt").read()
14 14
15 setup( 15 setup(
16 name="mercurial_all_paths", 16 name="mercurial_all_paths",
17 version=VERSION, 17 version=VERSION,
18 author='Ludovic Chabant', 18 author='Marcin Kasperski',
19 # url='http://bitbucket.org/Mekk/mercurial-all_paths', 19 url='http://bitbucket.org/Mekk/mercurial-all_paths',
20 url='http://bitbucket.org/ludovicchabant/allpaths',
21 description='Mercurial allpaths extension', 20 description='Mercurial allpaths extension',
22 long_description=LONG_DESCRIPTION, 21 long_description=LONG_DESCRIPTION,
23 license='BSD', 22 license='GNU',
24 py_modules=['allpaths'], 23 py_modules=['mercurial_all_paths'],
25 keywords="mercurial paths multi extension", 24 keywords="mercurial paths multi extension",
26 classifiers=[ 25 classifiers=[
27 'Development Status :: 4 - Beta', 26 'Development Status :: 4 - Beta',
28 'Environment :: Console', 27 'Environment :: Console',
29 'Intended Audience :: Developers', 28 'Intended Audience :: Developers',