Skip to content

Commit

Permalink
Remove setuptools_scm requirement
Browse files Browse the repository at this point in the history
Signed-off-by: Mattia Verga <[email protected]>
  • Loading branch information
mattiaverga committed Sep 22, 2023
1 parent 5233422 commit 7fb0369
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@

[build-system]
requires = [
"setuptools>=42",
"setuptools>=60",
"wheel",
"setuptools_scm>=6.2"
]
build-backend = "setuptools.build_meta"

Expand Down

0 comments on commit 7fb0369

Please sign in to comment.