mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Potentially fixed pyproject-based build and upload
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
[project]
|
||||
name = "maloja"
|
||||
pypi_name = "malojaserver"
|
||||
name = "malojaserver"
|
||||
version = "2.14.5"
|
||||
description = "Self-hosted music scrobble database"
|
||||
readme = "./README.md"
|
||||
@@ -38,3 +37,6 @@ maloja = "maloja.proccontrol.control:main"
|
||||
[build-system]
|
||||
requires = ["flit_core >=3.2,<4"]
|
||||
build-backend = "flit_core.buildapi"
|
||||
|
||||
[tool.flit.module]
|
||||
name = "maloja"
|
||||
|
||||
Reference in New Issue
Block a user