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 from setuptools to beta uv-build #112

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

shenanigansd
Copy link
Member

This pull request includes changes to the pyproject.toml file to update the build system requirements.

Build system updates:

  • pyproject.toml: Changed the requires field from setuptools>=61.0 to uv_build and updated the build-backend field from setuptools.build_meta to uv_build.

@shenanigansd shenanigansd requested a review from Copilot March 7, 2025 00:23
@shenanigansd shenanigansd self-assigned this Mar 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR Overview

This PR updates the build system configuration from setuptools to uv_build in the pyproject.toml file.

  • Updated the requires field from setuptools>=61.0 to uv_build.
  • Changed the build-backend field from setuptools.build_meta to uv_build.

Reviewed Changes

File Description
pyproject.toml Updated build system configuration to use uv_build for building projects

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

@shenanigansd shenanigansd marked this pull request as draft March 7, 2025 00:24
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