X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=blobdiff_plain;f=project_template%2FMANIFEST.in;h=5014cb5d4147335524b6b35753dd74950c6d7ba6;hp=bf0c60b3c57af9efd00d2bc7d9284cd57051d7b8;hb=d15f85bc0e619e222f849804eec6c30e7c762c90;hpb=f3a77fb183a5d87ad6118547ec76632af59d36a7 diff --git a/project_template/MANIFEST.in b/project_template/MANIFEST.in index bf0c60b..5014cb5 100644 --- a/project_template/MANIFEST.in +++ b/project_template/MANIFEST.in @@ -1,2 +1,4 @@ -include COPYING ChangeLog MANIFEST.in README.txt TODO mk-distr requirements.txt -recursive-include project *.py +include docs/genapidocs +include COPYING ChangeLog MANIFEST.in Makefile TODO mk-distr *.txt +recursive-include docs Makefile *.py *.rst *.txt *.css *.js *.html *.gif *.png +recursive-include tests Makefile *.py