Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -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

Expand Down