diff setup.py @ 27374:7a70ae647e54

setup.py: package internals help files mpm says internal docs should be visible via `hg help` and hgweb. They need to be in the distribution for this to work. Package them.
author Gregory Szorc <gregory.szorc@gmail.com>
date Sun, 13 Dec 2015 11:34:04 -0800
parents 83a8219fb790
children b502138f5faa
line wrap: on
line diff
--- a/setup.py	Sun Dec 13 11:27:52 2015 -0800
+++ b/setup.py	Sun Dec 13 11:34:04 2015 -0800
@@ -591,6 +591,7 @@
 
 packagedata = {'mercurial': ['locale/*/LC_MESSAGES/hg.mo',
                              'help/*.txt',
+                             'help/internals/*.txt',
                              'default.d/*.rc',
                              'dummycert.pem']}