version in pyproject now from __version__
This commit is contained in:
parent
e7bdaceaf8
commit
85f179bf4d
|
|
@ -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"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user