setup.py
changeset 43632 2e017696181f
parent 43349 c3e10f705a6c
child 43675 666441b649e4
--- a/setup.py	Thu Nov 14 11:33:05 2019 +0100
+++ b/setup.py	Wed Nov 13 21:52:25 2019 -0500
@@ -1191,6 +1191,8 @@
     'mercurial',
     'mercurial.cext',
     'mercurial.cffi',
+    'mercurial.helptext',
+    'mercurial.helptext.internals',
     'mercurial.hgweb',
     'mercurial.interfaces',
     'mercurial.pure',
@@ -1535,11 +1537,11 @@
 packagedata = {
     'mercurial': [
         'locale/*/LC_MESSAGES/hg.mo',
-        'help/*.txt',
-        'help/internals/*.txt',
         'default.d/*.rc',
         'dummycert.pem',
-    ]
+    ],
+    'mercurial.helptext': ['*.txt',],
+    'mercurial.helptext.internals': ['*.txt',],
 }