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

Switch to hatchling build-backend #90

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

LecrisUT
Copy link

@LecrisUT LecrisUT commented Sep 9, 2024

I would recommend not using poetry, particularly since using any other PEP517 compliant build backend makes things so much easier.

I have kept the dev dependency as-is so you can simply run pip install .[dev], but I would recommend against using that because the only dependency there is pre-commit, which is better if you have it installed and managed globally instead of within the venv. Otherwise the other dependencies are split like that because test dependencies are often required by packagers, and docs can be used for the specific documentation build backend.

I would also recommend to drop Python<3.8, and even python 3.8 at this point.

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

Successfully merging this pull request may close these issues.

1 participant