evolve: add directaccess to the setup.py
authorLaurent Charignon <lcharignon@fb.com>
Wed, 03 Jun 2015 16:01:28 -0700
changeset 1355 5b66cff0e470
parent 1354 b4a62d6f0353
child 1356 aff6bc2a6b2d
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.
setup.py
--- 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',