Skip to content

Commit

Permalink
Relax versioningit build dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tjni committed Aug 26, 2023
1 parent 982d404 commit 58006d3
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
@@ -1,8 +1,7 @@
[build-system]
requires = [
"setuptools >= 61.2",
"wheel >= 0.29.0",
"versioningit ~= 2.0.1",
"versioningit >= 2.0.1",
]
build-backend = 'setuptools.build_meta'

Expand Down

0 comments on commit 58006d3

Please sign in to comment.