@@ -34,8 +34,8 @@ dynamic = ["version"]
3434
3535dependencies = [
3636 " exceptiongroup; python_version<'3.11'" ,
37- " importlib-resources >=1.3; python_version<'3.9'" ,
3837 " importlib-metadata; python_version<'3.8'" ,
38+ " importlib-resources >=1.3; python_version<'3.9'" ,
3939 " packaging >=20.9" ,
4040 " tomli >=1.1; python_version<'3.11'" ,
4141 " typing-extensions >=3.10.0; python_version<'3.8'" ,
@@ -46,13 +46,12 @@ dependencies = [
4646
4747[project .optional-dependencies ]
4848pyproject = [
49- " pyproject-metadata >=0.5" ,
5049 " pathspec >=0.10.1" ,
50+ " pyproject-metadata >=0.5" ,
5151]
5252test = [
5353 " build[virtualenv]" ,
5454 " cattrs >=22.2.0" ,
55- " importlib-metadata; python_version<'3.8'" ,
5655 " pathspec >=0.10.1" ,
5756 " pybind11" ,
5857 " pyproject-metadata >=0.5" ,
@@ -92,11 +91,11 @@ docs = [
9291]
9392
9493[project .urls ]
95- Homepage = " https://github.com/scikit-build/scikit-build-core"
96- Documentation = " https://scikit-build-core.readthedocs.io"
94+ Changelog = " https://scikit-build-core.readthedocs.io/en/latest/changelog.html"
9795Discussions = " https://github.com/orgs/scikit-build/discussions"
96+ Documentation = " https://scikit-build-core.readthedocs.io"
97+ Homepage = " https://github.com/scikit-build/scikit-build-core"
9898Issues = " https://github.com/scikit-build/scikit-build-core/issues"
99- Changelog = " https://scikit-build-core.readthedocs.io/en/latest/changelog.html"
10099
101100[project .entry-points ]
102101"distutils.commands".build_cmake = " scikit_build_core.setuptools.build_cmake:BuildCMake"
@@ -115,10 +114,9 @@ addopts = ["-ra", "--strict-markers", "--strict-config"]
115114xfail_strict = true
116115filterwarnings = [
117116 " error" ,
118- " ignore:pkg_resources is deprecated as an API:DeprecationWarning" , # Caused by wheel in tests
117+ " ignore:pkg_resources is deprecated as an API:DeprecationWarning:wheel " , # Caused by wheel in tests
119118 " ignore:Config variable '.*' is unset, Python ABI tag may be incorrect:RuntimeWarning" ,
120- " ignore:onerror argument is deprecated, use onexc instead:DeprecationWarning" , # Caused by wheel and Python 3.12
121- " ignore:(ast.Str|Attribute s|ast.NameConstant|ast.Num) is deprecated:DeprecationWarning:_pytest" , # Python 3.12
119+ " ignore:onerror argument is deprecated, use onexc instead:DeprecationWarning:wheel" , # Caused by wheel and Python 3.12
122120]
123121log_cli_level = " info"
124122testpaths = [" tests" ]
0 commit comments