chore: initial commit

This commit is contained in:
2025-06-11 20:27:12 +02:00
commit a194374e7e
6 changed files with 708 additions and 0 deletions

15
pyproject.toml Normal file
View File

@@ -0,0 +1,15 @@
[project]
name = "judas_plant"
version = "0.1.0"
description = "Default template for PDM package"
authors = [
{name = "Artur Borecki", email = "me@pufereq.pl"},
]
dependencies = []
requires-python = ">=3.13"
readme = "README.md"
license = {text = "GPL-3.0"}
[tool.pdm]
distribution = false