Lines Matching refs:command
7 .. % \section{Building modules: the \protect\command{build} command family}
9 .. % \subsubsection{\protect\command{build}}
11 .. % \subsubsection{\protect\command{build\_py}}
13 .. % \subsubsection{\protect\command{build\_ext}}
15 .. % \subsubsection{\protect\command{build\_clib}}
21 Installing modules: the :command:`install` command family
24 The install command ensures that the build commands have been run and then runs
25 the subcommands :command:`install_lib`, :command:`install_data` and
26 :command:`install_scripts`.
28 .. % \subsubsection{\protect\command{install\_lib}}
34 :command:`install_data`
37 This command installs all data files provided with the distribution.
42 :command:`install_scripts`
45 This command installs all (Python) scripts in the distribution.
47 .. % \subsection{Cleaning up: the \protect\command{clean} command}
53 Creating a source distribution: the :command:`sdist` command
63 | :command:`include pat1 pat2 ...` | include all files matching any of the listed |
66 | :command:`exclude pat1 pat2 ...` | exclude all files matching any of the listed |
69 | :command:`recursive-include dir pat1 pat2 | include all files under *dir* matching any of |
72 | :command:`recursive-exclude dir pat1 pat2 | exclude all files under *dir* matching any of |
75 | :command:`global-include pat1 pat2 ...` | include all files anywhere in the source tree |
78 | :command:`global-exclude pat1 pat2 ...` | exclude all files anywhere in the source tree |
81 | :command:`prune dir` | exclude all files under *dir* |
83 | :command:`graft dir` | include all files under *dir* |
96 .. % \protect\command{bdist} command family}
99 .. % \subsection{\protect\command{bdist}}
100 .. % \subsection{\protect\command{bdist\_dumb}}
101 .. % \subsection{\protect\command{bdist\_rpm}}
102 .. % \subsection{\protect\command{bdist\_wininst}}