This commit is contained in:
Petr Viktorin 2020-08-20 11:48:14 +02:00
parent 6a8d86ed70
commit 09be4c117d

View File

@ -156,7 +156,7 @@ You can use globs in the module names if listing them explicitly would be too te
%pyproject_install %pyproject_install
%pyproject_save_files '*requests' %pyproject_save_files '*requests'
In fully automated environmets, you can use the `*` glob to include all modules (put it in single quotes to prevent Shell from expanding it). In Fedora however, you should always use a more specific glob to avoid accidentally packaging unwanted files (for example, a top level module named `test`). In fully automated environments, you can use the `*` glob to include all modules (put it in single quotes to prevent Shell from expanding it). In Fedora however, you should always use a more specific glob to avoid accidentally packaging unwanted files (for example, a top level module named `test`).
Speaking about automated environments, some files cannot be classified with `%pyproject_save_files`, but it is possible to list all unclassified files by adding a special `+auto` argument. Speaking about automated environments, some files cannot be classified with `%pyproject_save_files`, but it is possible to list all unclassified files by adding a special `+auto` argument.