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

feat: switch to hatch package manager #22

Merged
merged 1 commit into from
Sep 7, 2023
Merged

feat: switch to hatch package manager #22

merged 1 commit into from
Sep 7, 2023

Conversation

percevalw
Copy link
Member

Description

Setuptools is not the right fit for our project:

  • with need to have different environments to test / build the docs / ...
  • we want to support pip install -e .
  • we want a PEP 621 compatible pyproject.toml if possible

Hatch supports all of this, poetry & setuptools don't.

Checklist

  • If this PR is a bug fix, the bug is documented in the test suite.
  • Changes were documented in the changelog (pending section).
  • If necessary, changes were made to the documentation.

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