Skip to content

Commit a7ed542

Browse files
The package name for setuptools-scm on PyPI uses a hyphen (setuptools-scm), not an underscore.
1 parent a8305fc commit a7ed542

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_cookiecutter.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,13 +272,13 @@ def test_pyproject_toml(package_path_config_dict):
272272
"mypy",
273273
"pre-commit",
274274
"ruff",
275-
"setuptools_scm",
275+
"setuptools-scm",
276276
]
277277

278278
assert project_toml["build-system"]["requires"] == [
279279
"setuptools>=64",
280280
"wheel",
281-
"setuptools_scm[toml]>=6.2",
281+
"setuptools-scm[toml]>=8",
282282
]
283283

284284
assert (

0 commit comments

Comments
 (0)