MANIFEST.in
changeset 807 5e779f96edb0
parent 806 f4d5f6b97f77
child 808 8f5637f0a0c0
equal deleted inserted replaced
806:f4d5f6b97f77 807:5e779f96edb0
     1 include hg
     1 include hg
     2 recursive-include mercurial *.py
     2 recursive-include mercurial *.py
     3 include hgweb.cgi
     3 include hgweb.cgi
     4 include hgeditor rewrite-log
     4 include hgeditor rewrite-log
     5 include tests/README tests/run-tests tests/test-*[a-z] tests/*.out
     5 include tests/README tests/run-tests tests/test-*[a-z0-9] tests/*.out
     6 prune tests/*.err
     6 prune tests/*.err
     7 include *.txt
     7 include *.txt
     8 include templates/map templates/map-*[a-z]
     8 include templates/map templates/map-*[a-z0-9]
     9 include templates/*.tmpl
     9 include templates/*.tmpl
    10 include doc/README doc/*.txt doc/Makefile
    10 include doc/README doc/*.txt doc/Makefile
    11 recursive-include contrib *
    11 recursive-include contrib *
    12 include README
    12 include README
    13 include CONTRIBUTORS
    13 include CONTRIBUTORS