view MANIFEST.in @ 5395:366aaaae9a49

packaging: replace wget with curl in Build-Depends At some point, evolve was using curl in some tests that check capabilities when using HTTP. Then in 4e7da688a066 and 3ffa12edc05a it was replaced by wget for Windows compatibility and debian/control was updated (in 783aa685c5d4). Then, in e036dfc8cfcc the tests were switched back to using curl, but debian/control was not updated until now.
author Anton Shestakov <av6@dwimlabs.net>
date Sun, 05 Jul 2020 16:14:09 +0800
parents 00bcca246403
children 9e0f91cb5242
line wrap: on
line source

include CHANGELOG
include COPYING
include hgext3rd/topic/README
include MANIFEST.in
include README
include setup.py
recursive-include tests *.py *.sh *.t

include docs/makefile
include docs/*.py
include docs/README
include docs/*.rst
include docs/static/*.svg
include docs/tutorials/*.t
include docs/tutorial/standalone.html
recursive-include docs/figures *.svg *.png
recursive-include docs/tutorial *.css *.js *.md *.py *.rst *.sh *.t

exclude docs/tutorial/.netlify
exclude .gitlab-ci.yml
exclude ./hgext3rd/evolve/legacy.py
exclude .hg-format-source
exclude Makefile
exclude tests/test-drop.t
exclude tests/test-oldconvert.t

prune contrib
prune debian
prune .gitlab
prune hgext3rd/evolve/hack