9 lines
200 B
TOML
9 lines
200 B
TOML
|
[project]
|
||
|
name = "controls"
|
||
|
version = "0.0.1."
|
||
|
license = {file = "LICENSE.txt"}
|
||
|
|
||
|
description = "Example SCADA System"
|
||
|
authors = [{name = "teldufalsari et al (cockroaches)"}]
|
||
|
requires-python = ">=3.9"
|