From dfcdffdc8e095365ab6dfc2caa42cafc3d5d0fae Mon Sep 17 00:00:00 2001 From: Jannis Konrad <kabel42@gmail.com> Date: Fri, 7 Dec 2018 20:56:30 +0100 Subject: [PATCH] re add pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bc2be67..3bc257f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,2 +1,2 @@ [build-system] -requires = ["setuptools", "wheel", "Cython"] +requires = ["Cython", "setuptools", "wheel"] -- GitLab