summaryrefslogtreecommitdiff
path: root/docs/narr/project.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2015-12-04 02:39:39 -0800
committerSteve Piercy <web@stevepiercy.com>2015-12-04 02:39:39 -0800
commita26e3298ddd73ad782132f9b1098e02f7ed55c42 (patch)
treee260933c0935f76428e92063e8b7ad6f307a0e10 /docs/narr/project.rst
parentd901849a1db80eaa293e908fcff2d2a010fa567f (diff)
downloadpyramid-a26e3298ddd73ad782132f9b1098e02f7ed55c42.tar.gz
pyramid-a26e3298ddd73ad782132f9b1098e02f7ed55c42.tar.bz2
pyramid-a26e3298ddd73ad782132f9b1098e02f7ed55c42.zip
update references to references to python-distribute.org (see #2141 for discussion)
Diffstat (limited to 'docs/narr/project.rst')
-rw-r--r--docs/narr/project.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index 25f3931e9..ec40bc67c 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -680,8 +680,8 @@ testing, packaging, and distributing your application.
``setup.py`` is the de facto standard which Python developers use to
distribute their reusable code. You can read more about ``setup.py`` files
and their usage in the `Setuptools documentation
- <http://peak.telecommunity.com/DevCenter/setuptools>`_ and `The Hitchhiker's
- Guide to Packaging <http://guide.python-distribute.org/>`_.
+ <http://peak.telecommunity.com/DevCenter/setuptools>`_ and `Python Packaging
+ User Guide <https://packaging.python.org/en/latest/>`_.
Our generated ``setup.py`` looks like this: