Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 460 Bytes

File metadata and controls

12 lines (8 loc) · 460 Bytes

Private PyPI Repo

The section of pyproject.toml that starts with [[tool.poetry.source]] (highlighted below) is where you can set up a private PyPI repository to install Python packages from. Everything in this project supports using private repositories registered somewhere like [Gemfury]. If you don't need this feature, delete that section from pyproject.toml.

{!../example/pyproject.toml!}

{!./hyperlinks.md!}