Mercurial > hg > ltpdarepo
diff MANIFEST.in @ 220:a5f5caf65dd5
Add MANIFEST.in to list all distributed source files.
author | Daniele Nicolodi <daniele@grinta.net> |
---|---|
date | Mon, 21 Nov 2011 16:10:19 +0100 |
parents | |
children | 2de8715f0d59 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/MANIFEST.in Mon Nov 21 16:10:19 2011 +0100 @@ -0,0 +1,6 @@ +include etc/ltpdarepo.ex +include bootstrap.py +recursive-include src/ltpdarepo/templates/ *.html *.txt +recursive-include src/ltpdarepo/static/ *.css *.png *.js +include src/ltpdarepo/tests/*.txt +include src/ltpdarepo/sql/*.sql