Skip to content

Commit fded942

Browse files
committed
fix: tabs to spaces
1 parent 1e525dd commit fded942

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ requires = [
33
"wheel",
44
# pin setuptools:
55
# https://github.com/airspeed-velocity/asv/pull/1426#issuecomment-2290658198
6-
# Most likely cause:
7-
# https://github.com/pypa/distutils/issues/283
8-
# Workaround based on this commit:
9-
# https://github.com/harfbuzz/uharfbuzz/commit/9b607bd06fb17fcb4abe3eab5c4f342ad08309d7
6+
# Most likely cause:
7+
# https://github.com/pypa/distutils/issues/283
8+
# Workaround based on this commit:
9+
# https://github.com/harfbuzz/uharfbuzz/commit/9b607bd06fb17fcb4abe3eab5c4f342ad08309d7
1010
"setuptools>=64,<72.2.0; platform_python_implementation == 'PyPy'",
11-
"setuptools>=64; platform_python_implementation != 'PyPy'"
11+
"setuptools>=64; platform_python_implementation != 'PyPy'"
1212
]
1313
build-backend = "setuptools.build_meta"
1414

0 commit comments

Comments
 (0)