You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
demo_pkg_inline.build: PEP 517, respect the metadata_directory
If the caller provides a metadata_directory, then put the contents into the
wheel (instead of the hardcoded metadata in the module).
From pyproject-api with modifications:
* correct the order of the `build_wheel` arguments according to PEP 517 to
work correctly with pyproject_hooks
* remove unnecessary `dedent` calls (these are applied during build)
0 commit comments