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

Add support for config_settings in PEP 517 hooks #1833

Merged
merged 1 commit into from
Feb 23, 2024

Conversation

charliermarsh
Copy link
Member

@charliermarsh charliermarsh commented Feb 21, 2024

Summary

Adds --config-setting / -C (with a --config-settings alias for convenience) to the CLI.

Closes #1460.

@charliermarsh charliermarsh added enhancement New feature or request compatibility Compatibility with another interface or tool labels Feb 21, 2024
@charliermarsh charliermarsh force-pushed the charlie/config-setting branch 5 times, most recently from e3bdc93 to 814f4b6 Compare February 21, 2024 22:59
@charliermarsh charliermarsh marked this pull request as ready for review February 21, 2024 23:00
crates/uv-traits/src/lib.rs Show resolved Hide resolved
@charliermarsh charliermarsh force-pushed the charlie/config-setting branch 4 times, most recently from 4313880 to 8c11fe3 Compare February 23, 2024 00:44
@charliermarsh charliermarsh enabled auto-merge (squash) February 23, 2024 00:45
@charliermarsh charliermarsh merged commit aa73a4f into main Feb 23, 2024
7 checks passed
@charliermarsh charliermarsh deleted the charlie/config-setting branch February 23, 2024 00:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compatibility Compatibility with another interface or tool enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

uv pip install -C/--config-settings
2 participants