add binary target in pyproject

This commit is contained in:
2024-07-09 12:18:16 -07:00
parent 533c533034
commit 5bb280b1da
4 changed files with 8 additions and 8 deletions

View File

@@ -28,6 +28,9 @@ dependencies = [
"colorama",
]
[project.scripts]
symconf = "symconf.__main__:main"
[project.optional-dependencies]
tests = ["pytest"]
docs = [