aboutsummaryrefslogtreecommitdiffstats
path: root/docs/setuptools.txt
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever.FTA@GMail.Com>2013-06-11 08:50:52 +0200
committerArfrever Frehtes Taifersar Arahesis <Arfrever.FTA@GMail.Com>2013-06-11 08:50:52 +0200
commitfbbc3e1980d80e113852951f36aaaccc72c57c9e (patch)
tree55b29357d85b1a314b514bb6adbdbabf751f1d20 /docs/setuptools.txt
parent4e455160ca42bc6cf1eb628de5f2098120fbf03f (diff)
downloadexternal_python_setuptools-fbbc3e1980d80e113852951f36aaaccc72c57c9e.tar.gz
external_python_setuptools-fbbc3e1980d80e113852951f36aaaccc72c57c9e.tar.bz2
external_python_setuptools-fbbc3e1980d80e113852951f36aaaccc72c57c9e.zip
Update some URLs.
Diffstat (limited to 'docs/setuptools.txt')
-rw-r--r--docs/setuptools.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/setuptools.txt b/docs/setuptools.txt
index 2504dcda..543141f7 100644
--- a/docs/setuptools.txt
+++ b/docs/setuptools.txt
@@ -15,7 +15,7 @@ including just a single `bootstrap module`_ (an 8K .py file), your package will
automatically download and install ``setuptools`` if the user is building your
package from source and doesn't have a suitable version already installed.
-.. _bootstrap module: http://bitbucket.org/jaraco/setuptools/downloads/ez_setup.py
+.. _bootstrap module: https://bitbucket.org/pypa/setuptools/downloads/ez_setup.py
Feature Highlights:
@@ -2406,7 +2406,7 @@ The ``upload`` command has a few options worth noting:
``--repository=URL, -r URL``
The URL of the repository to upload to. Defaults to
- http://pypi.python.org/pypi (i.e., the main PyPI installation).
+ https://pypi.python.org/pypi (i.e., the main PyPI installation).
.. _upload_docs:
@@ -2468,7 +2468,7 @@ The ``upload_docs`` command has the following options:
``--repository=URL, -r URL``
The URL of the repository to upload to. Defaults to
- http://pypi.python.org/pypi (i.e., the main PyPI installation).
+ https://pypi.python.org/pypi (i.e., the main PyPI installation).
--------------------------------