From d02070251ba23429ba2514d71f30eebece187b7f Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 16 Apr 2026 19:15:46 +0200 Subject: bump vidhar --- overlays/smartprom/pyproject.toml | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'overlays/smartprom/pyproject.toml') diff --git a/overlays/smartprom/pyproject.toml b/overlays/smartprom/pyproject.toml index 8ca28f00..620efa1a 100644 --- a/overlays/smartprom/pyproject.toml +++ b/overlays/smartprom/pyproject.toml @@ -1,16 +1,12 @@ -[tool.poetry] +[project] name = "smartprom" version = "2.3.0" -authors = [] -description = "" +dependencies = [ + "prometheus-client" +] -[tool.poetry.scripts] +[project.scripts] smartprom = "smartprom.__main__:main" -[tool.poetry.dependencies] -python = ">=3.10.0,<3.13" -prometheus-client = "^0.16.0" - -[build-system] -requires = ["poetry-core>=1.0.0"] -build-backend = "poetry.core.masonry.api" \ No newline at end of file +[tool.setuptools] +packages = ["smartprom"] -- cgit v1.2.3