From 7aa3d228624c85d8a3dc5e1d2249e465da7dd81b Mon Sep 17 00:00:00 2001 From: johnthagen Date: Sun, 9 Jul 2023 08:52:09 -0400 Subject: [PATCH] Add Official Poetry Badge to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3b3c4b0..e9ffb20 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Poetry Plugin: Export +[![Poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json)](https://python-poetry.org/) + This package is a plugin that allows the export of locked packages to various formats. **Note**: For now, only the `constraints.txt` and `requirements.txt` formats are available.