aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorPiotr Miller <nwg.piotr@gmail.com>2020-07-20 22:18:21 +0200
committerGitHub <noreply@github.com>2020-07-20 22:18:21 +0200
commit02456a585f1e17bd034f0e06b884e525304a51a5 (patch)
tree8cab63125b7446243d53232a002b4b669107e8f4 /pyproject.toml
parente56b7bd40f053bf7c6f3b6c92fb700f66495bf97 (diff)
parent26d4d8950a395e9db7fb66d476785335e6322d34 (diff)
downloadautotiling-02456a585f1e17bd034f0e06b884e525304a51a5.tar.gz
Merge pull request #14 from nschloe/package-structurev1.1
Python package structure
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..8fe2f47
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,3 @@
+[build-system]
+requires = ["setuptools>=42", "wheel"]
+build-backend = "setuptools.build_meta"