aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorArun Isaac2021-03-25 15:20:38 +0530
committerArun Isaac2021-03-25 15:20:38 +0530
commit1e3766a74e1deaa36964be981e9c3273f156e22b (patch)
tree3857af80d71ac3e1a063611381ab17898fea150f /pyproject.toml
downloadsambal-1e3766a74e1deaa36964be981e9c3273f156e22b.tar.gz
sambal-1e3766a74e1deaa36964be981e9c3273f156e22b.tar.lz
sambal-1e3766a74e1deaa36964be981e9c3273f156e22b.zip
Initial commit
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..aea73e8
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,6 @@
+[build-system]
+requires = [
+ "setuptools>=42",
+ "wheel"
+]
+build-backend = "setuptools.build_meta" \ No newline at end of file