Skip to content

Commit

Permalink
Lock to setuptools 63 for building
Browse files Browse the repository at this point in the history
Testing if we're getting hit by
pypa/setuptools#3504?
  • Loading branch information
NickCrews committed Sep 2, 2022
1 parent d13328c commit 3ad7977
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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>=64",
requires = ["setuptools==63",
"wheel",
"cython"]
build-backend = "setuptools.build_meta"
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

from Cython.Build import cythonize


setup(
ext_modules=cythonize([Extension("dedupe.cpredicates", ["dedupe/cpredicates.pyx"])])
)

0 comments on commit 3ad7977

Please sign in to comment.