diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-03-23 12:02:28 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-03-23 12:02:28 -0400 |
commit | c2b328e8ce968066fd113fd10941b46947f9655a (patch) | |
tree | a762e234b2c9dd95f36903051bf65c2d44122ed6 | |
parent | b3bf461294d6730617a04e2e6191c14e6a66d79e (diff) | |
download | external_python_setuptools-c2b328e8ce968066fd113fd10941b46947f9655a.tar.gz external_python_setuptools-c2b328e8ce968066fd113fd10941b46947f9655a.tar.bz2 external_python_setuptools-c2b328e8ce968066fd113fd10941b46947f9655a.zip |
Remove 'Distribute' artifact. Fixes #171
-rw-r--r-- | docs/setuptools.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/setuptools.txt b/docs/setuptools.txt index eee48f96..734408ec 100644 --- a/docs/setuptools.txt +++ b/docs/setuptools.txt @@ -2435,7 +2435,7 @@ The ``upload_docs`` command has the following options: -------------------------------- -Extending and Reusing Distribute +Extending and Reusing Setuptools -------------------------------- Creating ``distutils`` Extensions |