diff options
author | Arun Isaac | 2021-03-25 15:20:38 +0530 |
---|---|---|
committer | Arun Isaac | 2021-03-25 15:20:38 +0530 |
commit | 1e3766a74e1deaa36964be981e9c3273f156e22b (patch) | |
tree | 3857af80d71ac3e1a063611381ab17898fea150f /pyproject.toml | |
download | sambal-1e3766a74e1deaa36964be981e9c3273f156e22b.tar.gz sambal-1e3766a74e1deaa36964be981e9c3273f156e22b.tar.lz sambal-1e3766a74e1deaa36964be981e9c3273f156e22b.zip |
Initial commit
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 6 |
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 |