Skip to content

Commit 7646846

Browse files
committed
build: 🛠 Prepare release using github actions
1 parent ab30eac commit 7646846

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,15 @@ dev = [
2525
"pytest>=8.3.3",
2626
"pytest-cov>=6.0.0",
2727
"ruff>=0.8.0",
28+
"tomlkit>=0.13.2",
2829
"tox>=4.23.2",
2930
]
3031

3132
[build-system]
3233
requires = ["hatchling"]
3334
build-backend = "hatchling.build"
35+
36+
[tool.hatch.build]
37+
include = [
38+
"typing_arguments",
39+
]

0 commit comments

Comments
 (0)