This commit is contained in:
2026-06-03 10:26:09 +01:00
commit cb2e5b071c
3 changed files with 15 additions and 0 deletions
View File
+15
View File
@@ -0,0 +1,15 @@
[project]
name = "custom-deploy"
version = "0.1.0"
description = ""
authors = [
{name = "Samuel Jones",email = "samuel@williamjones.me"}
]
requires-python = ">=3.14"
dependencies = [
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"
View File