Skip to content

Commit

Permalink
Merge pull request #1 from tjni/unpin-setuptools
Browse files Browse the repository at this point in the history
Relax setuptools build dependency
  • Loading branch information
lapets authored Aug 26, 2023
2 parents 7a071ad + 50a6c0e commit ab83686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ publish = [

[build-system]
requires = [
"setuptools~=67.6"
"setuptools>=67.6"
]
build-backend = "setuptools.build_meta"

Expand Down

0 comments on commit ab83686

Please sign in to comment.