Initial commit

This commit is contained in:
2026-09-24 17:12:10 +01:00
parent 847fa475f7
commit e5e31e7de1
+17
View File
@@ -0,0 +1,17 @@
[project]
name = "schedls"
version = "0.0.1"
description = ""
authors = [
{name = "Marco D'Aleo",email = "marco@marcodaleo.com"}
]
license = "GPL-3.0-or-later"
readme = "README.md"
requires-python = ">=3.10,<4.0"
dependencies = [
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"