Skip to content

Commit

Permalink
Switch to setuptools-scm >= 7.0.0 (#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvzrv committed Dec 1, 2022
1 parent a867776 commit 4da1dea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
[build-system]
requires = [
"setuptools >= 42",
"setuptools_scm[toml] >= 3.5.0",
"setuptools_scm_git_archive >= 1.1",
"wheel >= 0.33.6",
"setuptools >= 45",
"setuptools_scm[toml] >= 7.0.0",
]
build-backend = "setuptools.build_meta"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
packages=["pytest_html"],
package_data={"pytest_html": ["resources/*"]},
entry_points={"pytest11": ["html = pytest_html.plugin"]},
setup_requires=["setuptools_scm"],
setup_requires=["setuptools_scm[toml]>=7.0.0"],
install_requires=["py>=1.8.2", "pytest>=5.0,!=6.0.0", "pytest-metadata"],
license="Mozilla Public License 2.0 (MPL 2.0)",
keywords="py.test pytest html report",
Expand Down

0 comments on commit 4da1dea

Please sign in to comment.