Skip to content

Commit 468dece

Browse files
committed
Add bt console script
1 parent b23f0c7 commit 468dece

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ dependencies = [
1111
[project.optional-dependencies]
1212
update-yaml = ["ruamel.yaml"]
1313

14+
[project.scripts]
15+
bt = "bapctools.tools:main"
16+
1417
[build-system]
1518
requires = ["hatchling"]
1619
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)