2023-08-16 09:28:38 +00:00
|
|
|
[build-system]
|
|
|
|
requires = ["hatchling"]
|
|
|
|
build-backend = "hatchling.build"
|
|
|
|
|
|
|
|
[project]
|
2023-08-24 18:02:51 +00:00
|
|
|
name = "glsapi"
|
2023-08-16 09:28:38 +00:00
|
|
|
version = "0.9.0"
|
|
|
|
authors = [
|
2023-08-24 18:02:51 +00:00
|
|
|
{ name="Kumi Mitterer", email="glsapi@kumi.email" },
|
2023-08-16 09:28:38 +00:00
|
|
|
]
|
2023-08-24 18:02:51 +00:00
|
|
|
description = "Simple Python wrapper to fetch data from GLS (gls-group.eu)"
|
2023-08-16 09:28:38 +00:00
|
|
|
readme = "README.md"
|
|
|
|
license = { file="LICENSE" }
|
|
|
|
requires-python = ">=3.10"
|
|
|
|
classifiers = [
|
|
|
|
"Programming Language :: Python :: 3",
|
|
|
|
"License :: OSI Approved :: MIT License",
|
|
|
|
"Operating System :: OS Independent",
|
|
|
|
]
|
|
|
|
|
|
|
|
[project.urls]
|
2023-08-24 18:02:51 +00:00
|
|
|
"Homepage" = "https://kumig.it/kumitterer/glsapi"
|
|
|
|
"Bug Tracker" = "https://kumig.it/kumitterer/glsapi/issues"
|