postat/pyproject.toml
2023-08-24 08:44:21 +02:00

23 lines
No EOL
620 B
TOML

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