summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Shachnev <mitya57@gmail.com>2018-10-21 23:53:05 +0300
committerWaylan Limberg <waylan.limberg@icloud.com>2018-10-21 17:04:59 -0400
commite5170a51aacedc65e8fce98bbc1c68c8093ebe79 (patch)
tree815499743b215f688e8a11e8bf95077341ab3bda
parentb431bbb992f47116f55d3680405d5dd82f0a2f4b (diff)
downloadpython-markdown-e5170a51aacedc65e8fce98bbc1c68c8093ebe79.tar.gz
pyproject.toml: Bump minimal setuptools version to 36.6
This is the version where setuptools.build_meta was introduced.
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index a1d0683..39d9d77 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,4 +1,4 @@
[build-system]
# Minimum requirements for the build system to execute.
-requires = ["setuptools>=36", "wheel"]
+requires = ["setuptools>=36.6", "wheel"]
build-backend = "setuptools.build_meta"