MANIFEST.in
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
Tue, 01 Nov 2016 16:07:28 +0100
changeset 1808 202ac6c94b7f
parent 1807 a53efee7d8b0
child 1809 7edd4ceefce0
permissions -rw-r--r--
hgext3rd: move 'simple4server' as 'evolve.serveronly' We also more the server only extension into hgext3rd. We makes it a python sub-module of evolve for two reasons: * less polution in the hgext3rd namespace, * this make it possible to share the code between 'evolve' and 'evolve.serveronly' instead of duplicating it. note that we now install the extension too

exclude contrib/nopushpublish.py
exclude hgext/drophack.py
exclude hgext/obsolete.py
exclude hgext3rd/evolve/hack/*.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 hgext3rd/__init__.py
include hgext3rd/evolve/__init__.py
include hgext3rd/evolve/serveronly.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