Document %pyproject_buildrequires -x a -x b

This commit is contained in:
Miro Hrončok 2020-10-01 19:25:55 +02:00
parent 6ae1be028b
commit ea43eebba6

View File

@ -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: