2023-08-16 09:28:38 +00:00
|
|
|
[build-system]
|
|
|
|
requires = ["hatchling"]
|
|
|
|
build-backend = "hatchling.build"
|
|
|
|
|
|
|
|
[project]
|
2023-08-30 09:33:55 +00:00
|
|
|
name = "dpdtrack"
|
2023-09-21 12:16:05 +00:00
|
|
|
version = "0.10.0"
|
2023-08-16 09:28:38 +00:00
|
|
|
authors = [
|
2023-08-30 09:33:55 +00:00
|
|
|
{ name="Kumi Mitterer", email="dpdtrack@kumi.email" },
|
2023-08-16 09:28:38 +00:00
|
|
|
]
|
2023-09-22 12:43:50 +00:00
|
|
|
description = "Simple Python wrapper to fetch data from DPD Austria (mydpd.at) and Romania (dpd.ro)"
|
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",
|
|
|
|
]
|
2023-09-21 12:15:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"beautifulsoup4"
|
|
|
|
]
|
2023-08-16 09:28:38 +00:00
|
|
|
|
|
|
|
[project.urls]
|
2023-08-30 09:33:55 +00:00
|
|
|
"Homepage" = "https://kumig.it/kumitterer/dpdtrack"
|
|
|
|
"Bug Tracker" = "https://kumig.it/kumitterer/dpdtrack/issues"
|