aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Ganssle <paul@ganssle.io>2019-02-04 11:45:01 -0500
committerPaul Ganssle <paul@ganssle.io>2019-02-04 11:45:09 -0500
commitc337b84d2770909eebc25ce44923dcf3148394b3 (patch)
tree132a708c3564bd4190c1b8eabf16f873d328b016
parent9b9d84dde19b8f0b4b568977079eead975941c87 (diff)
downloaddateutil-c337b84d2770909eebc25ce44923dcf3148394b3.tar.gz
Explicitly add PEP 517 backend to pyproject.toml
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 784d1d1..2c73368 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -5,6 +5,7 @@ requires = [
"wheel",
"setuptools_scm"
]
+build-backend = "setuptools.build_meta"
[tool.towncrier]
package = "dateutil"