The Wayback Machine - https://web.archive.org/web/20220310041638/https://github.com/Python-Markdown/markdown/commit/e5170a51aacedc65e8fce98bbc1c68c8093ebe79
Skip to content
Permalink
Browse files
pyproject.toml: Bump minimal setuptools version to 36.6
This is the version where setuptools.build_meta was introduced.
  • Loading branch information
mitya57 authored and waylan committed Oct 21, 2018
1 parent b431bbb commit e5170a51aacedc65e8fce98bbc1c68c8093ebe79
Showing with 1 addition and 1 deletion.
  1. +1 −1 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"

0 comments on commit e5170a5

Please sign in to comment.