From db54a0f41681cf5af4a98bbe9ceb0e25bc992562 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Fri, 29 Aug 2025 19:45:19 +0200 Subject: Initial project files --- pyproject.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pyproject.toml (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..474a726 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,9 @@ +[project] +name = "hello-alchitry-pt-v2" +version = "0.1.0" +description = "Add your description here" +readme = "README.md" +requires-python = ">=3.13" +dependencies = [ + "amaranth>=0.5.7", +] -- cgit v1.3.1