version in pyproject now from __version__

This commit is contained in:
Martin Schroeder 2026-01-29 17:27:38 +00:00
parent e7bdaceaf8
commit 85f179bf4d

View File

@ -4,10 +4,10 @@ build-backend = "setuptools.build_meta:__legacy__"
[project]
name = "PyScada-Influxdb"
version = "0.8.0"
dynamic = ["version"]
requires-python = ">= 3.10"
dependencies = [
"pyscada>=0.8.0",
"pyscada>=0.8.4",
"pytz",
"influxdb_client"
]