Publishing a Python Distribution Package in a Repository
Jump to navigation
Jump to search
External
Internal
Overview
Procedure
Create the Project Layout
The project is aimed at publishing a Python package, which contains a library. The layout and required initialization work is described here:
Since we're aiming at publishing a library, the package will probably need an __init__.py
but not a __main__.py
.
Create pyproject.toml
More details: