From 08ac551ea3c987ccf37f56938434b518eedce2bc Mon Sep 17 00:00:00 2001 From: Tobias Sauerwein Date: Tue, 2 Mar 2021 05:26:39 +0100 Subject: [PATCH] Replace dead link (#823) --- docs/creating_component_code_review.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/creating_component_code_review.md b/docs/creating_component_code_review.md index ea5e68b9..990ffb8f 100644 --- a/docs/creating_component_code_review.md +++ b/docs/creating_component_code_review.md @@ -49,7 +49,12 @@ Not all existing code follows the requirements in this checklist. This cannot be status = bridge.status() ``` - [Tutorial on publishing your own PyPI package](https://jeffknupp.com/blog/2013/08/16/open-sourcing-a-python-project-the-right-way/) + [Tutorial on publishing your own PyPI package](https://towardsdatascience.com/how-to-open-source-your-first-python-package-e717444e1da0) + + Other noteworthy resources for publishing python packages: + [Cookiecutter Project](https://cookiecutter.readthedocs.io/) + [flit](https://flit.readthedocs.io/) + [Poetry](https://python-poetry.org/) ### 5. Make your pull request as small as possible