From ea43eebba6aacd3429e351d83e307fce322b2a2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 1 Oct 2020 19:25:55 +0200 Subject: [PATCH] Document %pyproject_buildrequires -x a -x b --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1894124..a50bab0 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ The popular buildsystems (setuptools, flit, poetry) do support it. For projects that specify test requirements using an [`extra` provide](https://packaging.python.org/specifications/core-metadata/#provides-extra-multiple-use), these can be added using the `-x` flag. -Multiple extras can be supplied as a comma separated list. +Multiple extras can be supplied by repeating the flag or as a comma separated list. For example, if upstream suggests installing test dependencies with `pip install mypackage[testing]`, the test deps would be generated by: