summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorOlivier Gayot <olivier.gayot@sigexec.com>2023-02-11 19:47:01 +0100
committerOlivier Gayot <olivier.gayot@sigexec.com>2023-02-11 19:52:47 +0100
commitc35ac6f8e56f042f0188a284d85a4700ccf37773 (patch)
tree5222411542830e5959bd3affa0ed8388b0b7250d /pyproject.toml
parentff3c765f1c33f3adbda07f2d828542099f9cbb26 (diff)
Make it a debian package
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000..fed528d
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,3 @@
+[build-system]
+requires = ["setuptools"]
+build-backend = "setuptools.build_meta"