The install command ensures that the build commands have been run and then runs the subcommands :command:`install_lib`, :command:`install_data` and :command:`install_scripts`.
This command installs all data files provided with the distribution.
This command installs all (Python) scripts in the distribution.
The manifest template commands are:
| Command | Description |
|---|---|
| :command:`include pat1 pat2 ...` | include all files matching any of the listed patterns |
| :command:`exclude pat1 pat2 ...` | exclude all files matching any of the listed patterns |
| :command:`recursive-include dir pat1 pat2 ...` | include all files under dir matching any of the listed patterns |
| :command:`recursive-exclude dir pat1 pat2 ...` | exclude all files under dir matching any of the listed patterns |
| :command:`global-include pat1 pat2 ...` | include all files anywhere in the source tree matching --- & any of the listed patterns |
| :command:`global-exclude pat1 pat2 ...` | exclude all files anywhere in the source tree matching --- & any of the listed patterns |
| :command:`prune dir` | exclude all files under dir |
| :command:`graft dir` | include all files under dir |
The patterns here are Unix-style "glob" patterns: * matches any sequence of
regular filename characters, ? matches any single regular filename
character, and [range] matches any of the characters in range (e.g.,
a-z, a-zA-Z, a-f0-9_.). The definition of "regular filename
character" is platform-specific: on Unix it is anything except slash; on Windows
anything except backslash or colon.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。