summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2021-05-04 03:36:01 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2021-05-04 03:36:01 -0600
commitaf070051c1b9eafdd6e98d207f73c4793587c1f5 (patch)
treeaab4b917f08c0b1ca1fbeb3115a12571b3c8b301 /pyproject.toml
parentee59b09650160e0c32415c2e0e0ea961af090caa (diff)
Prepare barebones package info
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..e74c9ec
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,6 @@
+[build-system]
+requires = [
+ "setuptools>=42",
+ "wheel"
+]
+build-backend = "setuptools.build_meta"