From 051f7266aa19df2fd26cff4abe4803e0fb72a861 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Mon, 1 Jan 2024 11:47:04 -0500 Subject: [PATCH] Update MANIFEST.in to exclude other artifacts --- MANIFEST.in | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 6c59e69..eba0f3f 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,23 +1,21 @@ graft python_template -graft python_template/tests include LICENSE include README.md -include CONTRIBUTING.md - -include .bumpversion.cfg -include pyproject.toml -include Makefile prune docs prune .vscode prune .github -# test and lint assets prune .pytest_cache prune .ruff_cache prune .mypy_cache +exclude CONTRIBUTING.md +exclude .bumpversion.cfg +exclude pyproject.toml +exclude Makefile + exclude .gitignore exclude .gitattributes