pykeydelivery/pyproject.toml
Kumi cbe4eb46c6
Update pyproject.toml and KeyDelivery class methods
- Version in pyproject.toml file changed from 0.9.0 to 0.9.1
- Changed return type of `realtime` and `detect_carrier` methods in KeyDelivery class to dict
- Added a new method `list_carriers` to the KeyDelivery class
2023-08-31 07:56:37 +02:00

23 lines
No EOL
648 B
TOML

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "pykeydelivery"
version = "0.9.1"
authors = [
{ name="Kumi Mitterer", email="pykeydelivery@kumi.email" },
]
description = "Simple Python wrapper to fetch data from KeyDelivery (kd100.com)"
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]
"Homepage" = "https://kumig.it/kumitterer/pykeydelivery"
"Bug Tracker" = "https://kumig.it/kumitterer/pykeydelivery/issues"