Skip to content

Commit 47856ff

Browse files
committed
Merge pull request realpython#337 from phalt/add_python_packaging_guide_link
Added link to the python packaging guide.
2 parents 1576c73 + b3c7bd1 commit 47856ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/shipping/packaging.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Packaging your code is important.
55

66
You'll need to package your code first before sharing it with other developers.
77

8+
The `Python Packaging Guide <https://python-packaging-user-guide.readthedocs.org/en/latest/>`_ provides an extensive guide on creating and maintaining Python packages.
9+
810
For Python Developers
911
:::::::::::::::::::::
1012

0 commit comments

Comments
 (0)