fonttools/pyproject.toml

11 lines
241 B
TOML
Raw Normal View History

2018-10-09 11:37:57 +01:00
[build-system]
requires = [
"setuptools",
"wheel",
"setuptools_scm",
# Cython is an optional build requirement, as the sdist includes
# pre-cythonized *.c sources
# "cython",
2018-10-09 11:37:57 +01:00
]
build-backend = "setuptools.build_meta"