Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Refactor: Get rid of setup.py #127

@soldni

Description

@soldni

I propose transitioning to using just a pyproject.toml file, following PEP 621 and PEP 631.

For an example of a package that uses pyproject.toml exclusively, see pdf2sents, a component for the SCIM feature. As you can see from its pyproject.toml, all dependencies, package metadata, and even configuration for plug-ins such as black and mypy are all part of the TOML file.

Installation procedure via pip is unchanged.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions