setup.py
changeset 1355 5b66cff0e470
parent 1242 cf846d47bb7e
child 1451 73eb4f33f9dc
--- 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',