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
commit6a428c6d76b0fdf16f5cf9996b64397cabb7d21f (patch)
treebde6a2f1ff64a54f131ce25f21586e9a6002f3fb /CHANGES.txt
parentfc50a0db122dc5531a2439a39b808e4dc4b0ea59 (diff)
downloadpython-setuptools-bitbucket-6a428c6d76b0fdf16f5cf9996b64397cabb7d21f.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.