Skip to content

Commit

Permalink
allow newer version of setuptools in build system
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Dec 16, 2023
1 parent f9076c2 commit 3070fc8
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 @@ -51,7 +51,7 @@ MailingList = "https://groups.google.com/forum/#!forum/open-source-deduplication


[build-system]
requires = ["setuptools==63",
requires = ["setuptools",
"wheel",
"cython"]
build-backend = "setuptools.build_meta"
Expand Down

0 comments on commit 3070fc8

Please sign in to comment.