From dace9e47218bb20110a165f85886d9260441ca07 Mon Sep 17 00:00:00 2001 From: Milan Meulemans Date: Sat, 13 Mar 2021 23:54:08 +0100 Subject: [PATCH] Replace PyPI tutorial dead link (#848) --- docs/creating_platform_code_review.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/creating_platform_code_review.md b/docs/creating_platform_code_review.md index f30cf96e..bf3b740c 100644 --- a/docs/creating_platform_code_review.md +++ b/docs/creating_platform_code_review.md @@ -88,4 +88,9 @@ PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend( 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/)