Skip to content

Add pyproject.toml

David Runge requested to merge dvzrv/pyalpm:issues/22 into master

pyproject.toml: Add build requirements, which enables consumers of pyalpm to build it from source. PEP517 compatible consumers such as poetry are only able to resolve the build requirements via a pyproject.toml declaration and otherwise fail to resolve pkgconfig before it is used.

Fixes #22 (closed)

Merge request reports