Mercurial > hgsubversion
comparison setup.py @ 347:537de0300510
Remove the 'outgoing' wrapper, and use the Mercurial infrastructure instead.
author | Dan Villiom Podlaski Christiansen <danchr@gmail.com> |
---|---|
date | Fri, 22 May 2009 15:12:31 +0200 |
parents | 46e69be8e2c8 |
children | 1ad05cffb20f |
comparison
equal
deleted
inserted
replaced
346:4b992ebdecc6 | 347:537de0300510 |
---|---|
21 description = ('hgsubversion is a Mercurial extension for working with ' | 21 description = ('hgsubversion is a Mercurial extension for working with ' |
22 'Subversion repositories.'), | 22 'Subversion repositories.'), |
23 long_description = open(os.path.join(os.path.dirname(__file__), | 23 long_description = open(os.path.join(os.path.dirname(__file__), |
24 'README')).read(), | 24 'README')).read(), |
25 keywords = 'mercurial', | 25 keywords = 'mercurial', |
26 packages = ['hgsubversion', 'hgsubversion.svnwrap'], | 26 packages = ('hgsubversion', 'hgsubversion.svnwrap'), |
27 platforms = 'any', | 27 platforms = 'any', |
28 classifiers = [ | 28 classifiers = [ |
29 'License :: OSI Approved :: GNU General Public License (GPL)', | 29 'License :: OSI Approved :: GNU General Public License (GPL)', |
30 'Intended Audience :: Developers', | 30 'Intended Audience :: Developers', |
31 'Topic :: Software Development :: Version Control', | 31 'Topic :: Software Development :: Version Control', |