setup.py
changeset 45269 8bc9d045005a
parent 45132 9d532329ee97
child 45270 c8655782ef19
--- a/setup.py	Thu Jul 30 12:22:41 2020 -0700
+++ b/setup.py	Sun Aug 02 10:08:18 2020 -0700
@@ -1614,11 +1614,8 @@
     msvccompiler.MSVCCompiler = HackedMSVCCompiler
 
 packagedata = {
-    'mercurial': [
-        'locale/*/LC_MESSAGES/hg.mo',
-        'defaultrc/*.rc',
-        'dummycert.pem',
-    ],
+    'mercurial': ['locale/*/LC_MESSAGES/hg.mo', 'dummycert.pem',],
+    'mercurial.defaultrc': ['*.rc',],
     'mercurial.helptext': ['*.txt',],
     'mercurial.helptext.internals': ['*.txt',],
 }