Skip to content

Commit 4da1dea

Browse files
authored
Switch to setuptools-scm >= 7.0.0 (#567)
1 parent a867776 commit 4da1dea

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
[build-system]
22
requires = [
3-
"setuptools >= 42",
4-
"setuptools_scm[toml] >= 3.5.0",
5-
"setuptools_scm_git_archive >= 1.1",
6-
"wheel >= 0.33.6",
3+
"setuptools >= 45",
4+
"setuptools_scm[toml] >= 7.0.0",
75
]
86
build-backend = "setuptools.build_meta"
97

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
packages=["pytest_html"],
1313
package_data={"pytest_html": ["resources/*"]},
1414
entry_points={"pytest11": ["html = pytest_html.plugin"]},
15-
setup_requires=["setuptools_scm"],
15+
setup_requires=["setuptools_scm[toml]>=7.0.0"],
1616
install_requires=["py>=1.8.2", "pytest>=5.0,!=6.0.0", "pytest-metadata"],
1717
license="Mozilla Public License 2.0 (MPL 2.0)",
1818
keywords="py.test pytest html report",

0 commit comments

Comments
 (0)