update docs and remove packaging

This commit is contained in:
2025-05-12 14:08:45 +02:00
parent ef33d3e38b
commit 2ba10480b7
10 changed files with 16 additions and 96 deletions
+4 -4
View File
@@ -6,14 +6,14 @@ build-backend = "flit_core.buildapi"
name = "prometheus_rus"
version = "0.2.0"
authors = [
{name = "Stefan Bühler", email = "stefan.buehler@tik.uni-stuttgart.de"},
{name = "Stefan Bühler", email = "stefan.buehler@tik.uni-stuttgart.de"},
]
description = "Library to build prometheus metric collection."
license = {file = "LICENSE"}
classifiers = [
"Private :: Do Not Upload",
"License :: OSI Approved :: MIT License",
"Private :: Do Not Upload",
"License :: OSI Approved :: MIT License",
]
dynamic = ["version", "description"]
requires-python = "~=3.11"
dependencies = []