Skip to content

Commit

Permalink
chore: fix build and bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
  • Loading branch information
dbluhm committed Dec 11, 2024
1 parent f2657b1 commit f1fa89e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "token-status-list"
version = "0.1.0a2.dev0"
version = "0.1.0a2.dev1"
description = "Implementation of IETF Token Status List"
authors = [
{name = "Daniel Bluhm", email = "dbluhm@pm.me"},
Expand Down Expand Up @@ -31,6 +31,9 @@ dev = [
"pytest-cov>=5.0.0",
]

[tool.pdm.build]
includes = ["token_status_list.py"]

[tool.ruff]
line-length = 90
extend-exclude = ["example*.py"]
Expand Down

0 comments on commit f1fa89e

Please sign in to comment.