Probably should have MANIFEST.in checked in, for doing python sdists

This commit is contained in:
Christopher Allan Webber 2011-11-12 08:10:46 -06:00
parent daed11b812
commit 8bb3eb185a

5
MANIFEST.in Normal file
View File

@ -0,0 +1,5 @@
recursive-include mediagoblin/templates *.html
recursive-include mediagoblin/static *.js *.css *.png *.svg
recursive-include mediagoblin/tests *.ini
recursive-include docs *.rst *.html