mirror of
https://github.com/drewcassidy/Pillow-mbm.git
synced 2024-09-01 14:44:04 +00:00
9 lines
167 B
TOML
9 lines
167 B
TOML
|
[build-system]
|
||
|
requires = [
|
||
|
"setuptools >= 35.0.2",
|
||
|
"setuptools_scm[toml] >= 3.4",
|
||
|
"wheel"
|
||
|
]
|
||
|
build-backend = "setuptools.build_meta"
|
||
|
|
||
|
[tool.setuptools_scm]
|