--- 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'],
)