MANIFEST.in
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
Tue, 28 Feb 2017 15:09:03 +0100
changeset 1806 9f42f819267b
parent 1805 7b8195e22050
child 1807 a53efee7d8b0
permissions -rw-r--r--
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.

exclude contrib/nopushpublish.py
exclude hgext/directaccess.py
exclude hgext/drophack.py
exclude hgext/inhibit.py
exclude hgext/obsolete.py
exclude Makefile
exclude tests/test-drop.t
exclude tests/test-inhibit.t
exclude tests/test-oldconvert.t
include COPYING
include docs/figures/hgview-example.png
include docs/makefile
include docs/*.py
include docs/README
include docs/*.rst
include docs/static/*.svg
include docs/tutorials/*.t
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
include tests/*.py
include tests/*.sh
include tests/*.t
prune debian
recursive-include docs/figures *.svg