From b3c7bd1ae2dd6f2879426e9fbc1a219d5caf34ea Mon Sep 17 00:00:00 2001 From: Paul Hallett Date: Wed, 6 Nov 2013 12:03:52 +0000 Subject: [PATCH] Added link to the python packaging guide. --- docs/shipping/packaging.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/shipping/packaging.rst b/docs/shipping/packaging.rst index e91bb33..7dd2753 100644 --- a/docs/shipping/packaging.rst +++ b/docs/shipping/packaging.rst @@ -5,6 +5,8 @@ Packaging your code is important. You'll need to package your code first before sharing it with other developers. +The `Python Packaging Guide `_ provides an extensive guide on creating and maintaining Python packages. + For Python Developers :::::::::::::::::::::