We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 766da11 commit 08178dbCopy full SHA for 08178db
tests/test_skbuild_settings.py
@@ -46,12 +46,7 @@ def test_skbuild_settings_default(tmp_path: Path):
46
assert settings.wheel.packages is None
47
assert settings.wheel.py_api == ""
48
assert not settings.wheel.expand_macos_universal_tags
49
- assert settings.wheel.license_files == [
50
- "LICEN[CS]E*",
51
- "COPYING*",
52
- "NOTICE*",
53
- "AUTHORS*",
54
- ]
+ assert settings.wheel.license_files is None
55
assert settings.wheel.exclude == []
56
assert settings.wheel.build_tag == ""
57
assert settings.backport.find_python == Version("3.26.1")
0 commit comments