aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorBen Sturmfels <ben@sturm.com.au>2021-04-08 18:53:40 +1000
committerBen Sturmfels <ben@sturm.com.au>2021-04-08 18:55:13 +1000
commitecea680d67e3c0893069ee267a75868856f9edaa (patch)
tree5cec5c9cb11a8cb1b278c12c292d921af348659d /pyproject.toml
parent136efabd3b68f608a30f759223b2885471fe8d73 (diff)
downloadmediagoblin-ecea680d67e3c0893069ee267a75868856f9edaa.tar.lz
mediagoblin-ecea680d67e3c0893069ee267a75868856f9edaa.tar.xz
mediagoblin-ecea680d67e3c0893069ee267a75868856f9edaa.zip
Add pyproject.toml and switch to setup.cfg with only a skeleton setup.py.
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 00000000..b5a3c468
--- /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