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.
This commit is contained in:
Gregory Szorc 2015-12-13 11:34:04 -08:00
parent 0507fa0c45
commit 86d5fa7b54

View File

@ -591,6 +591,7 @@ except ImportError:
packagedata = {'mercurial': ['locale/*/LC_MESSAGES/hg.mo',
'help/*.txt',
'help/internals/*.txt',
'default.d/*.rc',
'dummycert.pem']}