Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PEP-517 compliant build requirement specification #807

Closed
wants to merge 1 commit into from

Commits on Dec 28, 2022

  1. Add PEP-517 compliant build requirement specification

    PEP 517 [1] provides a new standard format for specifying build-time
    dependencies for Python packages. This format supercedes previous
    formats, such as the `setup_requirements` argument in setuptools[2].
    
    In order for this package to be installable by systems that expect PEP
    517-compliant formatting, such as Poetry, a minimal pyproject.toml file
    must be added specifying the build-time requirements. This file does not
    trigger any other changes to the build system or require the adoption of
    any new tools; recent versions of setuptools support referencing the
    pyproject.toml `build-system` header information.
    
    [1]: https://peps.python.org/pep-0517/
    [2]: https://setuptools.pypa.io/en/latest/userguide/dependency_management.html#build-system-requirement
    ReeceStevens committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    4f65646 View commit details
    Browse the repository at this point in the history