ship pushexperiment extension
author |
Julien Cristau <julien.cristau@logilab.fr> |
date |
Tue, 04 Jun 2013 17:44:17 +0200 |
parents |
05ec92d8150d |
children |
53a48d371ebe |
files |
MANIFEST.in setup.py |
diffstat |
2 files changed, 2 insertions(+), 1 deletions(-)
[+]
|
line diff
--- a/MANIFEST.in Tue Jun 04 17:17:47 2013 +0200
+++ b/MANIFEST.in Tue Jun 04 17:44:17 2013 +0200
@@ -7,6 +7,7 @@
include docs/static/*.svg
include hgext/__init__.py
include hgext/evolve.py
+include hgext/pushexperiment.py
include setup.py
include README
include COPYING
--- a/setup.py Tue Jun 04 17:17:47 2013 +0200
+++ b/setup.py Tue Jun 04 17:44:17 2013 +0200
@@ -14,5 +14,5 @@
long_description=open('README').read(),
keywords='hg mercurial',
license='GPLv2+',
- py_modules=['hgext.evolve'],
+ py_modules=['hgext.evolve', 'hgext.pushexperiment'],
)