File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,9 +79,7 @@ \subsection{A Simple Example}
7979though you should be careful about putting arbitrarily expensive
8080operations in your setup script. Unlike, say, Autoconf-style configure
8181scripts, the setup script may be run multiple times in the course of
82- building and installing your module distribution. If you need to
83- insert potentially expensive processing steps into the Distutils
84- chain, see section~\ref {extending } on extending the Distutils.
82+ building and installing your module distribution.
8583
8684If all you want to do is distribute a module called \module {foo},
8785contained in a file \file {foo.py}, then your setup script can be as
@@ -1365,8 +1363,7 @@ \subsection{Creating RPM packages}
13651363
13661364(Although a better way to do this is probably to override the standard
13671365\command {bdist\_ rpm} command with one that writes whatever else you want
1368- to the \file {.spec} file; see section~\ref {extending } for information on
1369- extending the Distutils.)
1366+ to the \file {.spec} file.)
13701367
13711368
13721369\subsection {Creating Windows Installers }
You can’t perform that action at this time.
0 commit comments