X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=blobdiff_plain;f=project_template%2FMANIFEST.in;h=b9c1cdc879f5e7df8fcce7b1efbb72eddfdffbc6;hp=5014cb5d4147335524b6b35753dd74950c6d7ba6;hb=91b93d9d010f6d34943a0e4aeffd3c9f0ee2879c;hpb=d15f85bc0e619e222f849804eec6c30e7c762c90 diff --git a/project_template/MANIFEST.in b/project_template/MANIFEST.in index 5014cb5..b9c1cdc 100644 --- a/project_template/MANIFEST.in +++ b/project_template/MANIFEST.in @@ -1,4 +1,3 @@ -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 +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