dhltrack/pyproject.toml

23 lines
621 B
TOML
Raw Normal View History

2023-08-16 09:28:38 +00:00
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
2023-08-29 06:47:16 +00:00
name = "dhltrack"
2023-08-16 09:28:38 +00:00
version = "0.9.0"
authors = [
2023-08-29 06:47:16 +00:00
{ name="Kumi Mitterer", email="dhltrack@kumi.email" },
2023-08-16 09:28:38 +00:00
]
2023-08-29 06:47:16 +00:00
description = "Simple Python wrapper to fetch data from DHL Tracking API"
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-29 06:47:16 +00:00
"Homepage" = "https://kumig.it/kumitterer/dhltrack"
"Bug Tracker" = "https://kumig.it/kumitterer/dhltrack/issues"