Skip to content

Notes on Publishing a Python Package

Aatman Vaidya edited this page Nov 15, 2024 · 1 revision

There are several steps to make your project can be published to PyPi as pacakge

  1. Expected Folder structure

Note

Great notes on all steps of the process in the official python documentation - https://packaging.python.org/en/latest/guides/section-build-and-publish/