reportmonster-client/pyproject.toml
2022-07-19 16:43:37 +02:00

22 lines
574 B
TOML

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "reportmonster_client"
version = "0.0.3"
authors = [
{ name="Kumi Systems e.U.", email="office@kumi.systems" },
]
description = "A simple client for the ReportMonster server"
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/kumisystems/reportmonster-client"