##// END OF EJS Templates
Added *.bin to MANIFEST.in to include binfile.bin
Thomas Arendsen Hein -
r3430:594d1ff7 default
parent child Browse files
Show More
@@ -1,17 +1,17 b''
1 1 include hg
2 2 recursive-include mercurial *.py
3 3 include hgweb.cgi hgwebdir.cgi
4 4 include hgeditor rewrite-log
5 include tests/README tests/*.py tests/test-*[a-z0-9] tests/*.out
5 include tests/README tests/*.py tests/test-*[a-z0-9] tests/*.out tests/*.bin
6 6 prune tests/*.err
7 7 include *.txt
8 8 include doc/README doc/Makefile doc/gendoc.py doc/*.txt doc/*.html doc/*.[0-9]
9 9 recursive-include templates *
10 10 recursive-include contrib *
11 11 recursive-include hgext *
12 12 include README
13 13 include CONTRIBUTORS
14 14 include COPYING
15 15 include Makefile
16 16 include MANIFEST.in
17 17 prune *.elc *.orig *.rej *~ *.o *.so *.pyc *.swp *.prof
General Comments 0
You need to be logged in to leave comments. Login now