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 85a457b commit 66dcd4eCopy full SHA for 66dcd4e
pyproject.toml
@@ -24,6 +24,9 @@ classifiers = [
24
"Topic :: Software Development :: Build Tools",
25
"Typing :: Typed"
26
]
27
+dependencies = [
28
+ "importlib_metadata>=2.0; python_version<'3.10'",
29
+]
30
dynamic = ["version"]
31
requires-python = ">=3.7"
32
@@ -37,7 +40,6 @@ Source = "https://github.com/scikit-build/cmake-python-distributions"
37
40
[project.optional-dependencies]
38
41
test = [
39
42
"coverage>=4.2",
- "importlib_metadata>=2.0; python_version<'3.10'",
43
"pytest>=3.0.3",
44
"pytest-cov>=2.4.0",
45
0 commit comments