mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
-.-
This commit is contained in:
parent
cd8e0ff90a
commit
f806fb8ed2
2
.github/workflows/pypi.yml
vendored
2
.github/workflows/pypi.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pip install build setuptools toml
|
run: pip install build setuptools toml wheel
|
||||||
|
|
||||||
- name: Build package
|
- name: Build package
|
||||||
#run: python -m build
|
#run: python -m build
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "maloja"
|
name = "maloja"
|
||||||
pypi_name = "malojaserver"
|
pypi_name = "malojaserver"
|
||||||
version = "2.14.2"
|
version = "2.14.3"
|
||||||
description = "Self-hosted music scrobble database"
|
description = "Self-hosted music scrobble database"
|
||||||
readme = "./README.md"
|
readme = "./README.md"
|
||||||
requires-python = ">=3.6"
|
requires-python = ">=3.6"
|
||||||
|
Loading…
Reference in New Issue
Block a user