diff 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
line wrap: on
line diff
--- a/setup.py
+++ b/setup.py
@@ -116,6 +116,7 @@ setup(
                                          'README')).read(),
     keywords = 'mercurial',
     packages = ('hgsubversion', 'hgsubversion.svnwrap'),
+    package_data = { 'hgsubversion': ['help/subversion.rst'] },
     platforms = 'any',
     install_requires=requires,
     classifiers = [