aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2021-03-09 00:55:04 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2021-03-09 00:55:04 -0500
commitfee4186f4ad11ec78f745d13665e45fd84625420 (patch)
tree83a6c29c1892c54c551932fda40142bd7e7da887 /pyproject.toml
parent83d8c742065e4c453a3b6e58209ecf7c887ffe8e (diff)
downloadlog_raider-fee4186f4ad11ec78f745d13665e45fd84625420.tar.gz
Convert to package
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..4a3eab1
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,6 @@
+[build-system]
+requires = [
+ "setuptools>=30.3.0",
+ "wheel",
+ "setuptools_scm"
+]