From 752c2c3af46d5002bfe9e374b8280909c6bd2352 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sun, 8 Sep 2024 20:35:03 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20mention=20about=20poetry-d?= =?UTF-8?q?ynamic-versioning?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7d62293..79cb797 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,10 @@ If you already have a library with Poetry using this, you can migrate to PDM wit PDM, `uv` and others use a standard for declaring the project metadata and dependencies in `pyproject.toml`, so, if you migrate to the standard format with that PDM `import` command, you will be able to use any of the compatible tools, for example `uv`. +## Poetry Alternative + +If for some reason you need to stay using Poetry, you can consider [poetry-dynamic-versioning](https://github.com/mtkennerly/poetry-dynamic-versioning). ✨ + --- The information below is kept only for historical reasons. 🤓 🦕