Mercurial > hg-allpaths
comparison setup.py @ 26:b4af8f4c6136
license name fix
author | Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl> |
---|---|
date | Sun, 15 Nov 2015 10:28:01 +0100 |
parents | b44a37554abb |
children | f85c921c49c8 |
comparison
equal
deleted
inserted
replaced
25:b44a37554abb | 26:b4af8f4c6136 |
---|---|
18 author='Marcin Kasperski', | 18 author='Marcin Kasperski', |
19 author_email='Marcin.Kasperski@mekk.waw.pl', | 19 author_email='Marcin.Kasperski@mekk.waw.pl', |
20 url='http://bitbucket.org/Mekk/mercurial-all_paths', | 20 url='http://bitbucket.org/Mekk/mercurial-all_paths', |
21 description='Mercurial allpaths extension', | 21 description='Mercurial allpaths extension', |
22 long_description=LONG_DESCRIPTION, | 22 long_description=LONG_DESCRIPTION, |
23 license='GNU', | 23 license='GNU General Public License v2 (GPLv2)', |
24 py_modules=['mercurial_all_paths'], | 24 py_modules=['mercurial_all_paths'], |
25 keywords="mercurial paths multi extension", | 25 keywords="mercurial paths multi extension", |
26 classifiers=[ | 26 classifiers=[ |
27 'Development Status :: 4 - Beta', | 27 'Development Status :: 4 - Beta', |
28 'Environment :: Console', | 28 'Environment :: Console', |