From patchwork Wed Jun 3 23:02:30 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [evolve-ext] evolve: add directaccess to the setup.py From: Laurent Charignon X-Patchwork-Id: 9470 Message-Id: <1d18fb4dc370edca5b88.1433372550@lcharignon-mbp.local> To: Date: Wed, 3 Jun 2015 16:02:30 -0700 # HG changeset patch # User Laurent Charignon # Date 1433372488 25200 # Wed Jun 03 16:01:28 2015 -0700 # Node ID 1d18fb4dc370edca5b88ae66441fca921fa89d30 # Parent b4a62d6f03534de6e65962c0e92cadea4b6cbad1 evolve: add directaccess to the setup.py directaccess was missing from the list so that when we were building evolve it was not contained in the egg file. diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -17,6 +17,7 @@ py_modules = [ 'hgext.evolve', + 'hgext.directaccess', ] if os.environ.get('INCLUDE_INHIBIT'):