commit cb2e5b071c44c4fa39f99541a0f7438dc5aaa735 Author: Samuel Jones Date: Wed Jun 3 10:26:09 2026 +0100 Init. diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..be91a52 --- /dev/null +++ b/pyproject.toml @@ -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" diff --git a/src/custom_deploy/__init__.py b/src/custom_deploy/__init__.py new file mode 100644 index 0000000..e69de29