Skip to content

Migrate from setuptools to hatchling#874

Merged
consideRatio merged 1 commit into
dask:mainfrom
consideRatio:pr/drop-setuptools
Feb 7, 2025
Merged

Migrate from setuptools to hatchling#874
consideRatio merged 1 commit into
dask:mainfrom
consideRatio:pr/drop-setuptools

Conversation

@consideRatio

@consideRatio consideRatio commented Feb 6, 2025

Copy link
Copy Markdown
Collaborator

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
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