From 1ecf06d41dbc22bd85a693edf14f1b88de4bf634 Mon Sep 17 00:00:00 2001 From: Victor Date: Mon, 29 Sep 2025 13:25:13 +0100 Subject: [PATCH] Fix: add inline link to Python Packaging Guide from packaging landing page (fixes #441) --- _pages/packaging-resources.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_pages/packaging-resources.md b/_pages/packaging-resources.md index b0237150..e723ad0c 100644 --- a/_pages/packaging-resources.md +++ b/_pages/packaging-resources.md @@ -47,6 +47,9 @@ community-created: excerpt: " Our packaging guide is a living document that will help you navigate the Python packaging ecosystem and learn about modern Python packaging best practices. + Explore our Python packaging guide: [Python Packaging Guide](/python-package-guide/). + + * Created & curated by the community * Reviewed by beginner to expert level Pythonistas