aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2020-09-27 18:58:15 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2020-09-27 18:58:15 -0400
commit98656748621e4dba09ca834f8608a813bece8672 (patch)
tree66b35eb4a95cb5eafbc3b5f7cd6ff535924e46bd
parent8f5123afebff5cbb622d12edff318564c3771f1f (diff)
downloadpackage_info-98656748621e4dba09ca834f8608a813bece8672.tar.gz
Add 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..ff4544c
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,3 @@
+# pyproject.toml
+[build-system]
+requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4"]