An open API service indexing awesome lists of open source software.

https://github.com/maxbalrog/seminar-packaging

Here we gather the basics of packaging
https://github.com/maxbalrog/seminar-packaging

Last synced: 5 months ago
JSON representation

Here we gather the basics of packaging

Awesome Lists containing this project

README

          

# seminar-packaging
Here we gather the basics of packaging

Resources:
1. [Python import system](https://docs.python.org/3/reference/import.html)
2. [Writing your `pyproject.toml`](https://packaging.python.org/en/latest/guides/writing-pyproject-toml/)
3. [Packaging Python projects](https://packaging.python.org/en/latest/tutorials/packaging-projects/)