Skip to content

Commit

Permalink
pyproject.toml: Bump minimal setuptools version to 36.6
Browse files Browse the repository at this point in the history
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 e5170a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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.