diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..43d50a9 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,4 @@ +# To get the tests to pass when the repo is first copied + +[project.optional-dependencies] +test = ["pytest"]