feat: create funkwhale-manage entrypoint
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2191>
This commit is contained in:
parent
29693806db
commit
6f2ecf832c
4 changed files with 38 additions and 29 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue