add packaging
[relay.git/.git] / pyproject.toml
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644 (file)
index 0000000..596d494
--- /dev/null
@@ -0,0 +1,3 @@
+[build-system]
+requires = ["setuptools","wheel"]
+build-backend = 'setuptools.build_meta'