From 527bf9dc01217e2052f970506d923beb8d1364a6 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 16 Jan 2024 12:45:57 -0800 Subject: [PATCH] Placeholderpyproject.toml https://github.com/simonw/python-lib/issues/6#issuecomment-1894481470 --- pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..a350616 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,6 @@ +[project] +name = "placeholder" +version = "0.1" + +[project.optional-dependencies] +test = ["pytest"]