aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-03-25 17:24:53 -0600
committerMelody Horn <melody@boringcactus.com>2021-03-25 17:24:53 -0600
commitcdb84fd4bd0ae86d3a84ad81f299a4116ceb2fae (patch)
tree4c92c3f97bbc9a3284c3a53582d2b52334dc57c9 /pyproject.toml
downloadyapymake-cdb84fd4bd0ae86d3a84ad81f299a4116ceb2fae.tar.gz
yapymake-cdb84fd4bd0ae86d3a84ad81f299a4116ceb2fae.zip
catch up with rust version, mostly
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..374b58c
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,6 @@
+[build-system]
+requires = [
+ "setuptools>=42",
+ "wheel"
+]
+build-backend = "setuptools.build_meta"