From b1f2d52a685545d087f0547941d709556258dd10 Mon Sep 17 00:00:00 2001 From: cellarspoon Date: Wed, 5 Jan 2022 12:17:37 +0100 Subject: [PATCH] docs: poetry tips --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1b78df7..df45967 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ # lumbunglib > Python lib which powers `lumbung[dot]space` automation + +## hacking + +- run `poetry run poetry2setup > setup.py` if updating the poetry dependencies +- if adding a new cli command, extend `pyproject.toml` with a new `[tool.poetry.scripts]` entry