Add scrobble log option and CLI tool

This commit is contained in:
2023-01-05 13:39:56 -05:00
parent 68c1b3c6f0
commit 41a74f46c8
6 changed files with 100 additions and 10 deletions

View File

@ -62,9 +62,7 @@ combine_as_imports = true
exclude_dirs = ["*/tests/*", "*/migrations/*"]
[tool.poetry.scripts]
server = 'scripts:server'
migrate = 'scripts:migrate'
shell = 'scripts:shell'
vrobbler = "vrobbler.cli:main"
[build-system]
requires = ["poetry-core>=1.0.0"]