summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever.FTA@GMail.Com>2013-06-11 09:10:33 +0200
committerArfrever Frehtes Taifersar Arahesis <Arfrever.FTA@GMail.Com>2013-06-11 09:10:33 +0200
commit8385649c3afa07a8bc4924a5ad6572227bef0d29 (patch)
treeea9ac98cf8d6174cbb531d3667a23e92411977b9 /CHANGES.txt
parentfbbc3e1980d80e113852951f36aaaccc72c57c9e (diff)
downloadpython-setuptools-git-8385649c3afa07a8bc4924a5ad6572227bef0d29.tar.gz
Update some URLs (packages.python.org -> pythonhosted.org).
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index aac22ad0..c56a917b 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -495,7 +495,7 @@ how it parses version numbers.
This closes issue #52.
* Added an upload_docs command to easily upload project documentation to
- PyPI's http://packages.python.org. This close issue #56.
+ PyPI's https://pythonhosted.org. This close issue #56.
* Fixed a bootstrap bug on the use_setuptools() API.