changeset 969:1aba711b1c60 stable

pkg: drop pushexperiment from the install list
author Pierre-Yves David <pierre-yves.david@fb.com>
date Tue, 03 Jun 2014 15:36:58 -0700
parents b4fa7cc040d6
children 0304fc2bab15
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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'],
 )