changeset 1355:5b66cff0e470

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 build.
author Laurent Charignon <lcharignon@fb.com>
date Wed, 03 Jun 2015 16:01:28 -0700
parents b4a62d6f0353
children aff6bc2a6b2d
files setup.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Mon Jun 01 12:29:12 2015 -0700
+++ b/setup.py	Wed Jun 03 16:01:28 2015 -0700
@@ -21,6 +21,7 @@
 
 if os.environ.get('INCLUDE_INHIBIT'):
     py_modules.append('hgext.inhibit')
+    py_modules.append('hgext.directaccess')
 
 setup(
     name='hg-evolve',