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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

shenanigansd
Copy link
Member

This pull request includes a small change to the pyproject.toml file. The change updates the build system requirements and backend to use uv_build instead of setuptools.

Changes to build system configuration:

  • pyproject.toml: Updated requires to ["uv_build"] and build-backend to "uv_build".

@shenanigansd shenanigansd requested a review from Copilot March 12, 2025 18:43
@shenanigansd shenanigansd self-assigned this Mar 12, 2025
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

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

  • Updated requires dependency from ["setuptools>=61.0"] to ["uv_build"].
  • Changed build-backend from "setuptools.build_meta" to "uv_build".

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