setup: include `defaultrc` in the package list
authorMatt Harbison <matt_harbison@yahoo.com>
Sat, 28 Dec 2019 23:08:57 -0500
changeset 44026 44b03c0313aa
parent 44025 df470e764770
child 44027 52f0140c2604
setup: include `defaultrc` in the package list This is needed to access the config files via the resourceutil framework, which is needed to embed the config files when uing PyOxidizer. Differential Revision: https://phab.mercurial-scm.org/D7771
setup.py
--- a/setup.py	Tue Dec 24 20:17:40 2019 +0300
+++ b/setup.py	Sat Dec 28 23:08:57 2019 -0500
@@ -1195,6 +1195,7 @@
     'mercurial',
     'mercurial.cext',
     'mercurial.cffi',
+    'mercurial.defaultrc',
     'mercurial.helptext',
     'mercurial.helptext.internals',
     'mercurial.hgweb',