Lines Matching refs:command
9 .. % \section{Building modules: the \protect\command{build} command family}
11 .. % \subsubsection{\protect\command{build}}
13 .. % \subsubsection{\protect\command{build\_py}}
15 .. % \subsubsection{\protect\command{build\_ext}}
17 .. % \subsubsection{\protect\command{build\_clib}}
23 Installing modules: the :command:`install` command family
26 The install command ensures that the build commands have been run and then runs
27 the subcommands :command:`install_lib`, :command:`install_data` and
28 :command:`install_scripts`.
30 .. % \subsubsection{\protect\command{install\_lib}}
36 :command:`install_data`
39 This command installs all data files provided with the distribution.
44 :command:`install_scripts`
47 This command installs all (Python) scripts in the distribution.
49 .. % \subsection{Cleaning up: the \protect\command{clean} command}
55 Creating a source distribution: the :command:`sdist` command
65 | :command:`include pat1 pat2 ...` | include all files matching any of the listed |
68 | :command:`exclude pat1 pat2 ...` | exclude all files matching any of the listed |
71 | :command:`recursive-include dir pat1 pat2 | include all files under *dir* matching any of |
74 | :command:`recursive-exclude dir pat1 pat2 | exclude all files under *dir* matching any of |
77 | :command:`global-include pat1 pat2 ...` | include all files anywhere in the source tree |
80 | :command:`global-exclude pat1 pat2 ...` | exclude all files anywhere in the source tree |
83 | :command:`prune dir` | exclude all files under *dir* |
85 | :command:`graft dir` | include all files under *dir* |
98 .. % \protect\command{bdist} command family}
101 .. % \subsection{\protect\command{bdist}}
102 .. % \subsection{\protect\command{bdist\_dumb}}
103 .. % \subsection{\protect\command{bdist\_rpm}}
104 .. % \subsection{\protect\command{bdist\_wininst}}