diff setup.py @ 1807:a53efee7d8b0

hgext3rd: move 'directaccess' and 'inhibit' in 'evolve.hack' We move them in the 'hgext3rd' package. In the same move we put them under the 'evolve' package for clarity. We use a sub-package 'hack' to make their status clearer.
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Tue, 28 Feb 2017 14:36:18 +0100
parents 9f42f819267b
children 202ac6c94b7f
line wrap: on
line diff
--- a/setup.py	Tue Feb 28 15:09:03 2017 +0100
+++ b/setup.py	Tue Feb 28 14:36:18 2017 +0100
@@ -22,8 +22,8 @@
 ]
 
 if os.environ.get('INCLUDE_INHIBIT'):
-    py_modules.append('hgext.inhibit')
-    py_modules.append('hgext.directaccess')
+    py_modules.append('hgext3rd.evolve.hack.inhibit')
+    py_modules.append('hgext3rd.evolve.hack.directaccess')
 
 setup(
     name='hg-evolve',