diff options
author | Greg Ward <gward@python.net> | 2000-08-31 16:36:31 (GMT) |
---|---|---|
committer | Greg Ward <gward@python.net> | 2000-08-31 16:36:31 (GMT) |
commit | e3cca2662704e76f3c0e3609f6c7f8f87b503c73 (patch) | |
tree | ad309997ca262654cc4641c0d128ff9b0abf9edd /Doc/dist | |
parent | 4c3f797128bdd6139390d0b3180bda41adca5db1 (diff) | |
download | cpython-e3cca2662704e76f3c0e3609f6c7f8f87b503c73.zip cpython-e3cca2662704e76f3c0e3609f6c7f8f87b503c73.tar.gz cpython-e3cca2662704e76f3c0e3609f6c7f8f87b503c73.tar.bz2 |
Added abstract.
Diffstat (limited to 'Doc/dist')
-rw-r--r-- | Doc/dist/dist.tex | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Doc/dist/dist.tex b/Doc/dist/dist.tex index cc59cb2..3f1001d 100644 --- a/Doc/dist/dist.tex +++ b/Doc/dist/dist.tex @@ -8,10 +8,20 @@ \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} |