Skip to content

Commit 6b34c68

Browse files
committed
1 parent df582f2 commit 6b34c68

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ build-dir = "build/{wheel_tag}"
6767
metadata.version.provider = "scikit_build_core.metadata.setuptools_scm"
6868
sdist.include = ["src/s5cmd/_version.py"]
6969
wheel.py-api = "py3"
70+
cmake.verbose = true
71+
logging.level = "INFO"
7072

7173

7274
[tool.setuptools_scm]
@@ -77,6 +79,7 @@ write_to = "src/s5cmd/_version.py"
7779
test-command = "pytest {project}/tests"
7880
test-extras = ["test"]
7981
test-skip = ["*universal2:arm64"]
82+
build-verbosity = 1
8083

8184

8285
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)