Mercurial > hgsubversion
comparison setup.py @ 659:55d6697b975a
help: add an rst file containing some helpful instructions
The new file contains three sections: The first one is based on the
README and contains instructions on how to use hgsubversion. The
second one mentions the most notable shortcomings of hgsubversion. The
third and final section documents how to customise hgsubversion.
author | Dan Villiom Podlaski Christiansen <danchr@gmail.com> |
---|---|
date | Wed, 11 Aug 2010 19:57:34 +0200 |
parents | 2c15e4c50a54 |
children | 26b85c0cf48a |
comparison
equal
deleted
inserted
replaced
658:d101b39f6c51 | 659:55d6697b975a |
---|---|
114 'Subversion repositories.'), | 114 'Subversion repositories.'), |
115 long_description = open(os.path.join(os.path.dirname(__file__), | 115 long_description = open(os.path.join(os.path.dirname(__file__), |
116 'README')).read(), | 116 'README')).read(), |
117 keywords = 'mercurial', | 117 keywords = 'mercurial', |
118 packages = ('hgsubversion', 'hgsubversion.svnwrap'), | 118 packages = ('hgsubversion', 'hgsubversion.svnwrap'), |
119 package_data = { 'hgsubversion': ['help/subversion.rst'] }, | |
119 platforms = 'any', | 120 platforms = 'any', |
120 install_requires=requires, | 121 install_requires=requires, |
121 classifiers = [ | 122 classifiers = [ |
122 'License :: OSI Approved :: GNU General Public License (GPL)', | 123 'License :: OSI Approved :: GNU General Public License (GPL)', |
123 'Intended Audience :: Developers', | 124 'Intended Audience :: Developers', |