From eeab1222d211d0fc1114e05d0de1479f22eb64c6 Mon Sep 17 00:00:00 2001 From: Harry Percival Date: Wed, 13 Oct 2021 12:50:40 +0100 Subject: [PATCH 1/2] Add minimal pyproject.toml This should make the project installable with `poetry add git+https://github.com/scopatz/pyembree/new/master` --- pyroject.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pyroject.toml diff --git a/pyroject.toml b/pyroject.toml new file mode 100644 index 0000000..1fd9910 --- /dev/null +++ b/pyroject.toml @@ -0,0 +1,7 @@ +[build-system] +build-backend = "setuptools.build_meta" +requires = [ + "Cython", + "setuptools", + "numpy", +] From 17970ffd294fdb121874f7f93602f29dc98732b2 Mon Sep 17 00:00:00 2001 From: Harry Percival Date: Wed, 27 Oct 2021 10:30:50 +0100 Subject: [PATCH 2/2] oops wrong filename --- pyroject.toml => pyproject.toml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename pyroject.toml => pyproject.toml (100%) diff --git a/pyroject.toml b/pyproject.toml similarity index 100% rename from pyroject.toml rename to pyproject.toml