diff MANIFEST.in @ 1806:9f42f819267b

evolve: move the extensions to 'hgext3rd' We have the 'hgext3rd' as the official place for extension for some time now. We start the big migration. This might break some people setup but this is a necessary step to have evolve easily available through pip.
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Tue, 28 Feb 2017 15:09:03 +0100
parents 7b8195e22050
children a53efee7d8b0
line wrap: on
line diff
--- a/MANIFEST.in	Tue Nov 01 05:42:50 2016 +0100
+++ b/MANIFEST.in	Tue Feb 28 15:09:03 2017 +0100
@@ -15,9 +15,10 @@
 include docs/*.rst
 include docs/static/*.svg
 include docs/tutorials/*.t
-include hgext/evolve.py
 include hgext/__init__.py
 include hgext/simple4server.py
+include hgext3rd/__init__.py
+include hgext3rd/evolve/__init__.py
 include MANIFEST.in
 include README
 include setup.py