mirror of
https://github.com/MaxenceG2M/prometheus-immich-exporter.git
synced 2025-12-09 07:03:25 +00:00
Switch to pyproject.toml
This commit is contained in:
28
pyproject.toml
Normal file
28
pyproject.toml
Normal file
@@ -0,0 +1,28 @@
|
||||
[project]
|
||||
name = "prometheus-qbittorrent-exporter"
|
||||
version = "1.3.0"
|
||||
description = "Prometheus exporter for qbittorrent"
|
||||
authors = [
|
||||
{name = "Esteban Sanchez", email = "esteban.sanchez@gmail.com"},
|
||||
]
|
||||
dependencies = [
|
||||
"attrdict==2.0.1",
|
||||
"prometheus_client==0.16.0",
|
||||
"python-json-logger==2.0.2",
|
||||
"qbittorrent-api==2023.4.47",
|
||||
]
|
||||
requires-python = ">=3.11"
|
||||
readme = "README.md"
|
||||
keywords = ["prometheus", "qbittorrent"]
|
||||
classifiers = []
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://github.com/esanchezm/prometheus-qbittorrent-exporter"
|
||||
Downloads = "https://github.com/esanchezm/prometheus-qbittorrent-exporter/archive/1.3.0.tar.gz"
|
||||
|
||||
[project.scripts]
|
||||
qbittorrent-exporter = "qbittorrent_exporter.exporter:main"
|
||||
|
||||
[build-system]
|
||||
requires = ["pdm-backend"]
|
||||
build-backend = "pdm.backend"
|
||||
Reference in New Issue
Block a user