From 8f1cc7e9e61758475ddd6586e0fede4af1ca0e8d Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 21 Mar 2019 10:04:15 -0400 Subject: [PATCH] Fixed #30277 -- Fixed broken links to packaging.python.org. --- docs/intro/reusable-apps.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/intro/reusable-apps.txt b/docs/intro/reusable-apps.txt index f156c2a63b..82fb2eb70b 100644 --- a/docs/intro/reusable-apps.txt +++ b/docs/intro/reusable-apps.txt @@ -256,7 +256,8 @@ this. For a small app like polls, this process isn't too difficult. new package, ``django-polls-0.1.tar.gz``. For more information on packaging, see Python's `Tutorial on Packaging and -Distributing Projects `_. +Distributing Projects +`_. Using your own package ====================== @@ -300,7 +301,7 @@ the world! If this wasn't just an example, you could now: * Post the package on a public repository, such as `the Python Package Index (PyPI)`_. `packaging.python.org `_ has `a good - tutorial `_ + tutorial `_ for doing this. Installing Python packages with virtualenv