-
|
Hello, I am developing a poetry package that I created with I plan to develop library code in
|
Beta Was this translation helpful? Give feedback.
Answered by
deadnews
Sep 14, 2022
Replies: 1 comment
-
|
Example setup:
def cli() -> None:
pass
[tool.poetry.scripts]
flash-goban = "flash_goban.main:cli"Docs: https://python-poetry.org/docs/pyproject/#scripts Btw, it's not Poetry job to create users modules. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
neersighted
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example setup:
flash-goban/flash_goban/main.py:flash-goban/pyproject.toml:Docs: https://python-poetry.org/docs/pyproject/#scripts
Btw, it's not Poetry job to create users modules.