diff --git a/README.md b/README.md index f5710a6..48dcd0c 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,10 @@ one(wheel). description: ad-hoc configuration for build backend as dumped JSON dictionary default: None -Example of passing config_settings for setuptools backend: +Example of passing config_settings for setuptools>=64.0.0: +python -m pyproject_installer build --backend-config-settings='{"--build-option": ["--python-tag=sometag", "--build-number=123"]}' + +Example of passing config_settings for setuptools<64.0.0: python -m pyproject_installer build --backend-config-settings='{"--global-option": ["--python-tag=sometag", "--build-number=123"]}' Example of passing config_settings for pdm backend: