pypdfium2-team / pypdfium2

Python bindings to PDFium
https://pypdfium2.readthedocs.io/
419 stars 17 forks source link

Adapt setup code to `bdist_wheel` relocation #326

Open mara004 opened 3 months ago

mara004 commented 3 months ago

The bdist_wheel class has moved to setuptools (>= v70.1). Need to update our setup code accordingly. See https://github.com/pypa/wheel/releases/tag/0.44.0