unplugged-system/external/markdown/pyproject.toml

5 lines
152 B
TOML
Raw Normal View History

[build-system]
# Minimum requirements for the build system to execute.
requires = ["setuptools>=36.6", "wheel"]
build-backend = "setuptools.build_meta"