Skip to content

Commit 99de66c

Browse files
authored
Merge pull request #5 from python-project-templates/timkpaine-patch-1-1
Update MANIFEST.in to exclude other artifacts
2 parents f2b0b3b + 051f726 commit 99de66c

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

MANIFEST.in

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
11
graft python_template
2-
graft python_template/tests
32

43
include LICENSE
54
include README.md
6-
include CONTRIBUTING.md
7-
8-
include .bumpversion.cfg
9-
include pyproject.toml
10-
include Makefile
115

126
prune docs
137
prune .vscode
148
prune .github
159

16-
# test and lint assets
1710
prune .pytest_cache
1811
prune .ruff_cache
1912
prune .mypy_cache
2013

14+
exclude CONTRIBUTING.md
15+
exclude .bumpversion.cfg
16+
exclude pyproject.toml
17+
exclude Makefile
18+
2119
exclude .gitignore
2220
exclude .gitattributes
2321

0 commit comments

Comments
 (0)