track4px/pyproject.toml

25 lines
651 B
TOML
Raw Normal View History

2023-08-16 09:28:38 +00:00
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "track4px"
version = "0.1.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
]
description = "Simple Python wrapper to fetch parcel tracking data from 4PX"
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",
]
dependencies = [
]
2023-08-16 09:28:38 +00:00
[project.urls]
"Homepage" = "https://git.private.coffee/kumi/track4px"
"Bug Tracker" = "https://git.private.coffee/kumi/track4px/issues"