Skip to content

Commit f1fa89e

Browse files
committed
chore: fix build and bump version
Signed-off-by: Daniel Bluhm <[email protected]>
1 parent f2657b1 commit f1fa89e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

pdm.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "token-status-list"
3-
version = "0.1.0a2.dev0"
3+
version = "0.1.0a2.dev1"
44
description = "Implementation of IETF Token Status List"
55
authors = [
66
{name = "Daniel Bluhm", email = "[email protected]"},
@@ -31,6 +31,9 @@ dev = [
3131
"pytest-cov>=5.0.0",
3232
]
3333

34+
[tool.pdm.build]
35+
includes = ["token_status_list.py"]
36+
3437
[tool.ruff]
3538
line-length = 90
3639
extend-exclude = ["example*.py"]

0 commit comments

Comments
 (0)