Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8557156

Browse files
committed
Update file
1 parent ea002a1 commit 8557156

1 file changed

Lines changed: 14 additions & 10 deletions

File tree

Lib/distutils/README

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
1-
This directory contains only a subset of the Distutils, specifically the
2-
Python modules in the 'distutils' and 'distutils.command' packages.
3-
Technically, this is all you need to distribute and install Python modules
4-
using the Distutils. Most people will want some documentation and other
5-
help, though. Currently, everything can be found at the Distutils web page:
1+
This directory contains only a subset of the Distutils, specifically
2+
the Python modules in the 'distutils' and 'distutils.command'
3+
packages. This is all you need to distribute and install Python
4+
modules using the Distutils. There is also a separately packaged
5+
standalone version of the Distutils available for people who want to
6+
upgrade the Distutils without upgrading Python, available from the
7+
Distutils web page:
68

79
http://www.python.org/sigs/distutils-sig/
810

9-
From there you can access the latest documentation, or download a standalone
10-
Distutils release that includes all the code in this directory, plus
11-
documentation, test scripts, examples, etc.
11+
The standalone version includes all of the code in this directory,
12+
plus documentation, test scripts, examples, etc.
1213

13-
The Distutils documentation isn't yet part of the standard Python
14-
documentation set, but will be soon.
14+
The Distutils documentation is divided into two documents, "Installing
15+
Python Modules", which explains how to install Python packages, and
16+
"Distributing Python Modules", which explains how to write setup.py
17+
files. Both documents are part of the standard Python documentation
18+
set, and are available from http://www.python.org/doc/current/ .
1519

1620
Greg Ward ([email protected])
1721

0 commit comments

Comments
 (0)