Skip to content
  • David Runge's avatar
    Add pyproject.toml · ba2adc15
    David Runge authored
    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
    ba2adc15