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 hatch and pyproject.toml #125

Merged
merged 1 commit into from
May 28, 2024
Merged

Switch to hatch and pyproject.toml #125

merged 1 commit into from
May 28, 2024

Conversation

eimrek
Copy link
Member

@eimrek eimrek commented May 28, 2024

Taking inspiration from https://github.com/jupyter/nbconvert/blob/main/pyproject.toml,

i switched the project to use the hatch tooling and pyproject.toml.

The result is modern and clean, without custom scripts/calls (that didn't work with wheel-based installs before, as far as i tested).

Hatch automatically copies the templates to the correct directory by using the tool.hatch.build.targets.wheel.shared-data option.

@eimrek eimrek merged commit 2ddb946 into main May 28, 2024
3 checks passed
@eimrek eimrek deleted the hatch branch May 28, 2024 15:47
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