Skip to content

Commit 457d0b9

Browse files
committed
Configure include/exclude filters on build targets
- noticed useless big boy gif file in previous source release - exclude notebook.gif to save space - include soft_webauthn_patched.py in wheel - delete .python-version (accidental commit)
1 parent 14e5a9c commit 457d0b9

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

.python-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,14 @@ build-backend = "hatchling.build"
2626
[tool.hatch.version]
2727
path = "ubank.py"
2828

29+
[tool.hatch.build.targets.sdist]
30+
exclude = ["notebook.gif"]
31+
32+
[tool.hatch.build.targets.wheel]
33+
include = [
34+
"ubank.py",
35+
"soft_webauthn_patched.py",
36+
]
37+
2938
[project.scripts]
3039
ubank = "ubank:cli"

0 commit comments

Comments
 (0)