aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2021-07-31 12:10:44 -0300
committerDavid Bremner <david@tethera.net>2021-07-31 12:10:44 -0300
commitcc6568ec1126a9ae81f6f42b52821d8aad7c669d (patch)
treebc46abe7e6b26235843d3cdb8b7594d4f554af65 /pyproject.toml
start with startuptools boilerplate
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000..9787c3b
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,3 @@
+[build-system]
+requires = ["setuptools", "wheel"]
+build-backend = "setuptools.build_meta"