diff setup.py @ 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 a03ea39aca2a
children 0304fc2bab15
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'],
 )