rougier / freetype-py

Python binding for the freetype library
Other
298 stars 88 forks source link

Add missing build-backend to pyproject.toml #167

Closed mgorny closed 1 year ago

mgorny commented 1 year ago

Add missing build-backend declaration to pyproject.toml. The existence of requires key without a specific backend triggers an error in Gentoo packaging, as it indicates an incomplete port to PEP 517.

mgorny commented 1 year ago

Thanks!