From 6ff12fb5a2e26186390dec72827b4f776aea2775 Mon Sep 17 00:00:00 2001 From: Nathan Date: Tue, 26 Nov 2019 14:01:57 -0800 Subject: [PATCH 1/2] Create pyproject.toml --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..9547c65 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,2 @@ +[build-system] +requires = ["nose"] From 87834bf435dd4c623defa4a83bb644c176aca378 Mon Sep 17 00:00:00 2001 From: Nathan Date: Tue, 26 Nov 2019 14:04:52 -0800 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9547c65..f3ae3bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,2 +1,2 @@ [build-system] -requires = ["nose"] +requires = ["nose", "setuptools", "wheel"]