summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorCosimo Lupo <cosimo@anthrotype.com>2018-06-08 10:11:51 +0100
committerCosimo Lupo <cosimo@anthrotype.com>2018-06-08 10:11:51 +0100
commit98c9e378adcb28acfd2535bf6e59df9a4da16b63 (patch)
tree2287826eb441e580c3fa24b1600aa0fa79314359 /pyproject.toml
parent5e6f011c6d490ffc8842a2ea5363741b84766539 (diff)
downloaddateutil-git-98c9e378adcb28acfd2535bf6e59df9a4da16b63.tar.gz
pyproject.toml: add setuptools, wheel and setuptools_scm to 'build-system'
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
index 32bf08e..67f17f8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,3 +1,6 @@
+[build-system]
+requires = ["setuptools", "wheel", "setuptools_scm"]
+
[tool.towncrier]
package = "dateutil"
package_dir = "dateutil"