Added PyProject file.

This commit is contained in:
2025-11-09 19:24:53 +01:00
parent c32fc25cee
commit c29e0b4e21

11
pyproject.toml Normal file
View File

@@ -0,0 +1,11 @@
[build-system]
requires = ["setuptools", "wheel", "build"]
build-backend = "setuptools.build_meta"
[project]
name = "devops"
version = "0.1.0"
requires-python = ">=3.12"
[tool.setuptools]
packages = ["devops"]