Add script entry point to pyproject

This commit is contained in:
Tim Van Baak 2021-06-15 16:18:39 -07:00
parent 32a0948deb
commit 324788f9a1
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ black = "^21.5b2"
mypy = "^0.812"
[tool.poetry.scripts]
amanuensis-cli = "amanuensis.cli:main"
amanuensis-server = "amanuensis.server:run"
[tool.black]