[Python APIView] Support for packages with only pyproject.toml #9617
Labels
APIView
feature-request
This issue requires a new behavior in the product in order be resolved.
P1
Python
As we're planning to move away from setup.py and have only a pyproject.toml, APIView needs to be able to handle source code with no setup.py.
This PR can be used to look into what a pure pyproject.toml package looks like:
Azure/azure-sdk-for-python#39100
Note that the wheel will be exactly the same (since a wheel do not contain packaging information anymore), it's only the source (Github and sdist) that are different
The text was updated successfully, but these errors were encountered: