X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=blobdiff_plain;f=project_template%2FMANIFEST.in;h=b9c1cdc879f5e7df8fcce7b1efbb72eddfdffbc6;hp=bf0c60b3c57af9efd00d2bc7d9284cd57051d7b8;hb=91b93d9d010f6d34943a0e4aeffd3c9f0ee2879c;hpb=f3a77fb183a5d87ad6118547ec76632af59d36a7 diff --git a/project_template/MANIFEST.in b/project_template/MANIFEST.in index bf0c60b..b9c1cdc 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 tox.ini +recursive-include docs *.css *.js *.html *.gif *.png