feat: create funkwhale-manage entrypoint

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2191>
This commit is contained in:
jo 2022-11-23 20:35:53 +01:00
commit 6f2ecf832c
4 changed files with 38 additions and 29 deletions

View file

@ -20,6 +20,9 @@ include = [
]
exclude = ["tests"]
[tool.poetry.scripts]
funkwhale-manage = 'funkwhale_api.main:main'
[tool.poetry.dependencies]
python = "^3.7"
Django = "==3.2.16"