Moved extra paackages

This commit is contained in:
krateng 2021-12-24 07:06:15 +01:00
parent 73a6c18b17
commit 5651626c39
19 changed files with 28 additions and 22 deletions

View File

Before

Width:  |  Height:  |  Size: 8.6 KiB

After

Width:  |  Height:  |  Size: 8.6 KiB

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

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

View File

@ -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 = {
}