2023-03-28 10:39:48 +00:00
|
|
|
[build-system]
|
|
|
|
requires = ["hatchling"]
|
|
|
|
build-backend = "hatchling.build"
|
|
|
|
|
|
|
|
[project]
|
|
|
|
name = "trackingmore"
|
2023-05-03 13:50:28 +00:00
|
|
|
version = "0.1.2"
|
2023-03-28 10:39:48 +00:00
|
|
|
authors = [
|
|
|
|
{ name="Kumi Mitterer", email="trackingmore-api-tool@kumi.email" },
|
|
|
|
]
|
|
|
|
description = "API wrapper for the TrackingMore API (v3)"
|
|
|
|
readme = "README.md"
|
|
|
|
license = { file="LICENSE" }
|
|
|
|
requires-python = ">=3.8"
|
|
|
|
classifiers = [
|
|
|
|
"Programming Language :: Python :: 3",
|
|
|
|
"License :: OSI Approved :: MIT License",
|
|
|
|
"Operating System :: OS Independent",
|
|
|
|
]
|
|
|
|
|
|
|
|
[project.urls]
|
|
|
|
"Homepage" = "https://kumig.it/kumitterer/trackingmore-api-tool"
|
|
|
|
"Bug Tracker" = "https://kumig.it/kumitterer/trackingmore-api-tool/issues"
|
|
|
|
|
|
|
|
[project.scripts]
|
|
|
|
trackingmore = "trackingmore.tracker:main"
|