mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-19 20:03:16 +00:00
13 lines
299 B
TOML
13 lines
299 B
TOML
[build-system]
|
|
requires = [
|
|
# Also declared in requirements.txt, if updating here please also update
|
|
# there
|
|
"Cython~=3.0.0",
|
|
"setuptools >= 35.0.2",
|
|
]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[tool.black]
|
|
line-length = 100
|
|
target-version = ["py37"]
|
|
skip_string_normalization = true
|