summaryrefslogtreecommitdiff
path: root/python_scripts/pyproject.toml
diff options
context:
space:
mode:
authormjkwiatkowski <mati.rewa@gmail.com>2026-06-23 13:31:05 +0200
committermjkwiatkowski <mati.rewa@gmail.com>2026-06-23 13:31:05 +0200
commit81563cdb647b8de014a59fdc7e17fcd5ebf4be6c (patch)
tree631cd8ff1f3f77d29739c7e1a06347a327caa7e7 /python_scripts/pyproject.toml
parentca0c72789ba87791829001d259000b2966d9d6e4 (diff)
feat: managed to successfully run experiment I
Diffstat (limited to 'python_scripts/pyproject.toml')
-rw-r--r--python_scripts/pyproject.toml7
1 files changed, 7 insertions, 0 deletions
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"