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.
- Editable install:
poetry install- Run code:
poetry run python -c "import demo"- Build:
poetry build- Upload to PyPI:
poetry publish