From b4ff23367a58e220fc0f3c4c277c2752b8f19be8 Mon Sep 17 00:00:00 2001 From: James Tocknell Date: Thu, 22 Mar 2018 15:20:39 +1100 Subject: Add PEP518/pyproject.toml file --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 pyproject.toml (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 00000000..830e77af --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,2 @@ +[build-system] +requires = ["setuptools", "wheel", "pycairo"] -- cgit v1.2.1