summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorOlivier Gayot <olivier.gayot@sigexec.com>2021-12-26 13:53:33 +0100
committerOlivier Gayot <olivier.gayot@sigexec.com>2021-12-26 16:45:35 +0100
commit794292740c30bfea48dc23eb62fb6aa531bfdca7 (patch)
treeaa75c807c4eb9a0dc7a25149359307f5bdc775aa /pyproject.toml
parent69072a2abac7d2486e542b9b6ecedcc37016ea27 (diff)
Use more modern packaging system
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000..374b58c
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,6 @@
+[build-system]
+requires = [
+ "setuptools>=42",
+ "wheel"
+]
+build-backend = "setuptools.build_meta"