##// END OF EJS Templates
Include all tests/*.py files in the MANIFEST so tests won't fail on tarballs....
Include all tests/*.py files in the MANIFEST so tests won't fail on tarballs. This fixes failing test-http-proxy and test-webraw.

File last commit:

r2669:b013c9da default
r2669:b013c9da default
Show More
MANIFEST.in
18 lines | 551 B | text/plain | TextLexer
mpm@selenic.com
Add MANIFEST.in to repo
r7 include hg
recursive-include mercurial *.py
mpm@selenic.com
Add hgwebdir.cgi to MANIFEST.in
r954 include hgweb.cgi hgwebdir.cgi
mpm@selenic.com
[PATCH] bring MANIFEST.in up to date...
r589 include hgeditor rewrite-log
Thomas Arendsen Hein
Include all tests/*.py files in the MANIFEST so tests won't fail on tarballs....
r2669 include tests/README tests/*.py tests/test-*[a-z0-9] tests/*.out
Thomas Arendsen Hein
Drop .err files generated by failed tests from the MANIFEST.
r805 prune tests/*.err
mpm@selenic.com
Add MANIFEST.in to repo
r7 include *.txt
Thomas Arendsen Hein
Include tests (or possibly maps) ending in numbers in MANIFEST, too.
r807 include templates/map templates/map-*[a-z0-9]
mpm@selenic.com
Mercurial 0.5...
r188 include templates/*.tmpl
Lee Cantey
Include templates/static/* in MANIFEST.in so that distutils setup will include them.
r1992 include templates/static/*
Thomas Arendsen Hein
Added doc/gendoc.py to MANIFEST.in, so docs can be regenerated on demand.
r2055 include doc/README doc/Makefile doc/gendoc.py doc/*.txt doc/*.html doc/*.[0-9]
Andrew Thompson
Change MANIFEST.in to recursive-include the contrib/ folder....
r673 recursive-include contrib *
mpm@selenic.com
Add MANIFEST.in to repo
r7 include README
mpm@selenic.com
[PATCH] bring MANIFEST.in up to date...
r589 include CONTRIBUTORS
include COPYING
mpm@selenic.com
Add Makefile to the manifest
r1021 include Makefile
mpm@selenic.com
[PATCH] bring MANIFEST.in up to date...
r589 include MANIFEST.in
Benoit Boissinot
prune unwanted files from MANIFEST (backups, object files, etc)
r2665 prune *.elc *.orig *.rej *~ *.o *.so *.pyc *.swp *.prof