From fc204a928fb08101961a4295cad6048bd45e6829 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Mon, 4 Nov 2019 07:47:54 +0000 Subject: add PEP 517/8 build backend and requirements specification (#1565) --- pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 pyproject.toml (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 00000000..7f59610c --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,6 @@ +[build-system] +requires = [ + "setuptools >= 41.0.0", + "wheel >= 0.29.0", +] +build-backend = 'setuptools.build_meta' -- cgit v1.2.1