initial commit

This commit is contained in:
2026-08-07 20:11:16 +05:30
commit a28cde3903
7 changed files with 380 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
[project]
name = "retain"
version = "0.1.0"
description = "Default template for PDM package"
authors = [
{name = "Alexander Rossmanith", email = ""},
]
dependencies = ["pypassive>=0.0.1"]
requires-python = "==3.14.*"
readme = "README.md"
license = {text = "MIT"}
[tool.pdm]
distribution = false