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