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

Migration to pyproject.toml #3338

Draft
wants to merge 21 commits into
base: master
Choose a base branch
from

Conversation

hirosassa
Copy link
Contributor

@hirosassa hirosassa commented Jan 19, 2025

Description

In this PR, I migrated from setup.py to pyproject.toml using uv.
Fixes #3327.

In detail I did followings:

  • migrate setup.py features to equivalent pyproject.toml
  • introduce uv as a package manager
  • move dependency configurations for test from tox.ini to pyproject.toml
  • update tox version to use new features of tox and pyproject.toml

A part of codes are burrowed from @dlstadther 's branch.
ref master...dlstadther:luigi:migrate-setup-to-pyproject

Motivation and Context

python setup.py install is deprecated.

Have you tested this? If so, how?

CI worked.

@hirosassa hirosassa requested review from dlstadther and a team as code owners January 19, 2025 07:11
@hirosassa hirosassa changed the title Migration to uv Migration to pyproject.toml Jan 19, 2025
@hirosassa hirosassa marked this pull request as draft January 19, 2025 07:15
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.

Migrate setup.py to pyproject.toml
1 participant