mirror of
https://github.com/MaxenceG2M/prometheus-immich-exporter.git
synced 2025-12-09 15:05:36 +00:00
refactoring and reformating
This commit is contained in:
@@ -1,36 +0,0 @@
|
||||
[project]
|
||||
name = "prometheus-qbittorrent-exporter"
|
||||
version = "1.4.0"
|
||||
description = "Prometheus exporter for qbittorrent"
|
||||
authors = [
|
||||
{name = "Esteban Sanchez", email = "esteban.sanchez@gmail.com"},
|
||||
]
|
||||
dependencies = [
|
||||
"prometheus-client>=0.17.1",
|
||||
"python-json-logger>=2.0.7",
|
||||
"qbittorrent-api>=2023.9.53",
|
||||
]
|
||||
requires-python = ">=3.11"
|
||||
readme = "README.md"
|
||||
keywords = ["prometheus", "qbittorrent"]
|
||||
license = {text = "GPL-3.0"}
|
||||
classifiers = []
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://github.com/esanchezm/prometheus-qbittorrent-exporter"
|
||||
Downloads = "https://github.com/esanchezm/prometheus-qbittorrent-exporter/archive/1.4.0.tar.gz"
|
||||
|
||||
[project.scripts]
|
||||
qbittorrent-exporter = "qbittorrent_exporter.exporter:main"
|
||||
|
||||
[build-system]
|
||||
requires = ["pdm-backend"]
|
||||
build-backend = "pdm.backend"
|
||||
|
||||
[tool.pdm.dev-dependencies]
|
||||
dev = [
|
||||
"pytest>=7.4.3",
|
||||
"isort>=5.12.0",
|
||||
"black>=23.11.0",
|
||||
"coverage>=7.3.2",
|
||||
]
|
||||
Reference in New Issue
Block a user