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

Migrate from setuptools to hatchling #874

Merged
merged 1 commit into from
Feb 7, 2025

Conversation

consideRatio
Copy link
Collaborator

@consideRatio consideRatio commented Feb 6, 2025

Fixes #740 by transitioning to using hatchling as a build system. This is done especially for dask-gateway-server where setuptools was harder to get configured right when also compiling golang code, but hatchling is also adopted in dask-gateway for project-internal consistency.

Note that python -m build . would fail if the LICENSE was a symlink with hatchling, so I copied it instead.

@consideRatio consideRatio marked this pull request as draft February 6, 2025 21:31
@consideRatio consideRatio force-pushed the pr/drop-setuptools branch 6 times, most recently from 6c3130d to d6140f7 Compare February 6, 2025 23:56
@consideRatio consideRatio marked this pull request as ready for review February 6, 2025 23:58
@consideRatio consideRatio merged commit b5dd62e into dask:main Feb 7, 2025
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unpin setuptools in dask-gateway-server's build environment
1 participant