Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 409 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 409 Bytes

Poetry

This package is an example project for building a Python package (i.e. wheel or sdist). It relies on poetry as a build backend with pyproject.toml for configuration.

Commands:

  • Editable install:
poetry install
  • Run code:
poetry run python -c "import demo"
  • Build:
poetry build
  • Upload to PyPI:
poetry publish