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

Refactor: Get rid of setup.py #127

Open
soldni opened this issue Aug 24, 2022 · 0 comments
Open

Refactor: Get rid of setup.py #127

soldni opened this issue Aug 24, 2022 · 0 comments

Comments

@soldni
Copy link
Member

soldni commented Aug 24, 2022

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.

@soldni soldni added this to the MMDA Quality of Life refactor milestone Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant