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

Skip to content

Commit d759f5f

Browse files
committed
This little note is to clarify things for people who go poking around the
Python library hoping to find out more about the Distutils.
1 parent 6c38e5b commit d759f5f

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lib/distutils/README

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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:
6+
7+
http://www.python.org/sigs/distutils-sig/
8+
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.
12+
13+
The Distutils documentation isn't yet part of the standard Python
14+
documentation set, but will be soon.
15+
16+
Greg Ward ([email protected])
17+
18+
$Id$

0 commit comments

Comments
 (0)