diff --git a/docs/shipping/packaging.rst b/docs/shipping/packaging.rst index e91bb33d6..7dd275319 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 :::::::::::::::::::::