aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-09-06 16:13:50 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-09-06 16:13:50 -0400
commit5b29d620e0cf59b314f3d47457b67b9a39e27d7d (patch)
tree33a964bf8efbc10096a0419e6e2a205d99d043cf /pyproject.toml
parentd7bb3986c104076a2793aa8a89a9292968999564 (diff)
downloadweekly_og-5b29d620e0cf59b314f3d47457b67b9a39e27d7d.tar.gz
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..4a3eab1
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,6 @@
+[build-system]
+requires = [
+ "setuptools>=30.3.0",
+ "wheel",
+ "setuptools_scm"
+]