pkg: drop pushexperiment from the install list stable
authorPierre-Yves David <pierre-yves.david@fb.com>
Tue, 03 Jun 2014 15:36:58 -0700
branchstable
changeset 969 1aba711b1c60
parent 967 b4fa7cc040d6
child 970 0304fc2bab15
pkg: drop pushexperiment from the install list
setup.py
--- a/setup.py	Tue Jun 03 14:30:23 2014 -0700
+++ b/setup.py	Tue Jun 03 15:36:58 2014 -0700
@@ -14,5 +14,5 @@
     long_description=open('README').read(),
     keywords='hg mercurial',
     license='GPLv2+',
-    py_modules=['hgext.evolve', 'hgext.pushexperiment'],
+    py_modules=['hgext.evolve'],
 )