From 7b5aad69e98ce9ef65f06c94843fcc99b0229ced Mon Sep 17 00:00:00 2001
From: "[6~" <inform@tiker.net>
Date: Mon, 27 Jan 2020 19:14:42 -0600
Subject: [PATCH] Add pyproject.toml

---
 MANIFEST.in    | 1 +
 pyproject.toml | 2 ++
 2 files changed, 3 insertions(+)
 create mode 100644 pyproject.toml

diff --git a/MANIFEST.in b/MANIFEST.in
index 89c7cb4d..ac712a49 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -22,6 +22,7 @@ include configure.py
 include Makefile.in
 include aksetup_helper.py
 include README_SETUP.txt
+include pyproject.toml
 include README.rst
 include LICENSE
 
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 00000000..948bc1db
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,2 @@
+[build-system]
+requires = ["setuptools", "wheel", "numpy", "pybind11"]
-- 
GitLab