# HG changeset patch # User Matt Harbison # Date 2019-12-29 04:08:57 # Node ID 44b03c0313aacfe7bc8de8543b88eea93976d8ae # Parent df470e764770453e30968c98d6c82b8dcdd65200 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 diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -1195,6 +1195,7 @@ packages = [ 'mercurial', 'mercurial.cext', 'mercurial.cffi', + 'mercurial.defaultrc', 'mercurial.helptext', 'mercurial.helptext.internals', 'mercurial.hgweb',