setup.py
branchmercurial-3.3
changeset 1451 73eb4f33f9dc
parent 1355 5b66cff0e470
child 1452 1bcbd14cf159
--- a/setup.py	Thu Jun 25 16:55:27 2015 -0700
+++ b/setup.py	Thu Jun 25 17:22:17 2015 -0700
@@ -19,10 +19,6 @@
     'hgext.evolve',
 ]
 
-if os.environ.get('INCLUDE_INHIBIT'):
-    py_modules.append('hgext.inhibit')
-    py_modules.append('hgext.directaccess')
-
 setup(
     name='hg-evolve',
     version=get_version('hgext/evolve.py'),