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/)