From 4e88bce58e30abec76095bf9594e9467eb07105f Mon Sep 17 00:00:00 2001 From: Michael Wathen <mwathen@gmail.com> Date: Thu, 23 May 2024 12:09:10 +0100 Subject: [PATCH] adding pyproject.toml for docs build --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..432ea87 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,5 @@ +[project] +name = "ERSEM" +dynamic = ["version"] +authors = [{ name = "PML modelling" }] +readme = "README.md"