advanced-python-homework/pyproject.toml

9 lines
195 B
TOML
Raw Normal View History

2023-09-27 22:50:58 +03:00
[project]
name = "controls"
2023-09-27 22:53:15 +03:00
version = "0.0.1"
license = {file = "LICENSE"}
2023-09-27 22:50:58 +03:00
description = "Example SCADA System"
authors = [{name = "teldufalsari et al (cockroaches)"}]
requires-python = ">=3.9"