1
0
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:
krateng
2021-12-31 07:06:42 +01:00
parent 21d1643988
commit eff806bd73
4 changed files with 7 additions and 6 deletions

View File

@@ -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"