Skip to content

Conversation

ChenxiJiang333
Copy link
Member

since setup.py is removed from sdk, we use pyproject.toml to match the package directory

@ChenxiJiang333 ChenxiJiang333 requested a review from msyyc September 4, 2025 06:00
@Copilot Copilot AI review requested due to automatic review settings September 4, 2025 06:00
Copy link
Contributor

@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 package directory resolution logic to use pyproject.toml instead of setup.py for locating Azure SDK packages. This change aligns with the modern Python packaging standard as setup.py files have been removed from the SDK.

  • Updates glob patterns to search for pyproject.toml files instead of setup.py

Refactor package resolution to check for both setup.py and pyproject.toml files.
@msyyc msyyc merged commit f5f4958 into Azure:main Sep 5, 2025
18 checks passed
@ChenxiJiang333 ChenxiJiang333 deleted the ChenxiJiang333-patch-1 branch September 5, 2025 03:13
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.

2 participants