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 committed Aug 26, 2023
2 parents 836c937 + 64de94a commit 7dc9a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -46,7 +46,7 @@ publish = [

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

Expand Down

0 comments on commit 7dc9a63

Please sign in to comment.