Add the-stack-* scripts to bin/

main
Jeff Moe 2023-11-25 11:22:47 -07:00
parent 66b7539ba3
commit 40601b03d1
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,4 @@
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
@ -5,3 +6,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "the_smack"
version = "0.0.6"
[project.scripts]
the-stack-licenses = "the_stack.the_stack_licenses:main"
the-stack-headers = "the_stack.the_stack_headers:main"