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:18:08 +0100
commit76b9f0df4feb664b41ab7a23f9be2abafa16c949 (patch)
tree609e3a3071debb483b2c8bc1d279fa849fd4adcc /pyproject.toml
parent69072a2abac7d2486e542b9b6ecedcc37016ea27 (diff)
Use more modern packaging systemchange-packaging
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"