\author{Greg Ward}
\authoraddress{E-mail: \email{gward@python.net}}
+\makeindex
\begin{document}
\maketitle
+\begin{abstract}
+ \noindent
+ This document describes the Python Distribution Utilities
+ (``Distutils'') from the module developer's point-of-view, describing
+ how to use the Distutils to make Python modules and extensions easily
+ available to a wider audience with very little overhead for
+ build/release/install mechanics.
+\end{abstract}
+
\tableofcontents
\section{Introduction}
\author{Greg Ward}
\authoraddress{E-mail: \email{gward@python.net}}
+\makeindex
\begin{document}
\maketitle
+\begin{abstract}
+ \noindent
+ This document describes the Python Distribution Utilities
+ (``Distutils'') from the end-user's point-of-view, describing how to
+ extend the capabilities of a standard Python installation by building
+ and installing third-party Python modules and extensions.
+\end{abstract}
+
%\begin{abstract}
%\noindent
%Abstract this!
\section{Distutils Configuration Files}
\label{config-files}
-\XXX{not even implemented yet, much less documented!}
-
\section{Pre-Distutils Conventions}
\label{pre-distutils}