fedextrack/pyproject.toml

23 lines
631 B
TOML
Raw Permalink Normal View History

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