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] [project]
name = "PyScada-Influxdb" name = "PyScada-Influxdb"
version = "0.8.0" dynamic = ["version"]
requires-python = ">= 3.10" requires-python = ">= 3.10"
dependencies = [ dependencies = [
"pyscada>=0.8.0", "pyscada>=0.8.4",
"pytz", "pytz",
"influxdb_client" "influxdb_client"
] ]