From 81563cdb647b8de014a59fdc7e17fcd5ebf4be6c Mon Sep 17 00:00:00 2001 From: mjkwiatkowski Date: Tue, 23 Jun 2026 13:31:05 +0200 Subject: feat: managed to successfully run experiment I --- python_scripts/pyproject.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 python_scripts/pyproject.toml (limited to 'python_scripts/pyproject.toml') diff --git a/python_scripts/pyproject.toml b/python_scripts/pyproject.toml new file mode 100644 index 00000000..f9864016 --- /dev/null +++ b/python_scripts/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "python_scripts" +version = "0.1" +dynamic = ["version"] +description = "My python scripts" +readme = "README.md" +license = "GPL-3.0-or-later" -- cgit v1.2.3