mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Moved extra paackages
This commit is contained in:
parent
73a6c18b17
commit
5651626c39
Before Width: | Height: | Size: 8.6 KiB After Width: | Height: | Size: 8.6 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
28
auxiliary/malojalib/pyproject.toml
Normal file
28
auxiliary/malojalib/pyproject.toml
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
[project]
|
||||||
|
name = "maloja-lib"
|
||||||
|
version = "1.0.0"
|
||||||
|
description = "Utilities to interact with Maloja servers"
|
||||||
|
readme = "./README.md"
|
||||||
|
requires-python = ">=3.6"
|
||||||
|
license = { file="../../LICENSE" }
|
||||||
|
authors = [ { name="Johannes Krattenmacher", email="maloja@dev.krateng.ch" } ]
|
||||||
|
|
||||||
|
urls.repository = "https://github.com/krateng/maloja"
|
||||||
|
urls.documentation = "https://github.com/krateng/maloja"
|
||||||
|
|
||||||
|
keywords = ["scrobbling", "music", "library", "api"]
|
||||||
|
classifiers = [
|
||||||
|
"Programming Language :: Python :: 3",
|
||||||
|
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
|
||||||
|
"Operating System :: OS Independent"
|
||||||
|
]
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
"requests"
|
||||||
|
]
|
||||||
|
|
||||||
|
[project.scripts]
|
||||||
|
|
||||||
|
[build-system]
|
||||||
|
requires = ["flit_core >=3.2,<4"]
|
||||||
|
build-backend = "flit_core.buildapi"
|
@ -1,22 +0,0 @@
|
|||||||
name = "maloja-lib"
|
|
||||||
desc = "Utilities to interact with Maloja servers"
|
|
||||||
author = {
|
|
||||||
"name":"Johannes Krattenmacher",
|
|
||||||
"email":"maloja@dev.krateng.ch",
|
|
||||||
"github": "krateng"
|
|
||||||
}
|
|
||||||
version = 1,0,0
|
|
||||||
versionstr = ".".join(str(n) for n in version)
|
|
||||||
links = {
|
|
||||||
"pypi":"maloja-lib",
|
|
||||||
"github":"maloja"
|
|
||||||
}
|
|
||||||
python_version = ">=3.6"
|
|
||||||
requires = [
|
|
||||||
"requests"
|
|
||||||
]
|
|
||||||
resources = [
|
|
||||||
]
|
|
||||||
|
|
||||||
commands = {
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user