Skip to content

Commit

Permalink
ci: update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
kpetremann committed Jun 14, 2024
1 parent 40191fa commit b85edb9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,23 @@
name = "mqtt-exporter"
version = "1.4.4"
description = "Simple generic MQTT Prometheus exporter for IoT working out of the box"
readme = "README.md"
license = { text = "MIT License" }
authors = [
{ name = "Kevin Petremann", email = "[email protected]" },
]
keywords = ["iot", "mqtt", "prometheus"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
]

[project.urls]
Homepage = "https://github.com/kpetremann/mqtt-exporter"

[project.scripts]
mqtt-exporter = "mqtt_exporter.main:main"
Expand Down

0 comments on commit b85edb9

Please sign in to comment.