Replace PyPI tutorial dead link (#848)

This commit is contained in:
Milan Meulemans 2021-03-13 23:54:08 +01:00 committed by GitHub
parent c0565a7022
commit dace9e4721
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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