From 49169ed7fc24927c73c5f5060b88be7091dc16d5 Mon Sep 17 00:00:00 2001 From: kevin Date: Thu, 28 Sep 2023 16:39:47 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20rename=20to=20bo4e=20to=20?= =?UTF-8?q?match=20pypi=20project=20name=20-.-?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b26e2f609..f82a3163a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["hatchling>=1.8.0", "hatch-vcs", "hatch-fancy-pypi-readme"] build-backend = "hatchling.build" [project] -name = "bo4e-python" +name = "bo4e" description = "Python Library that implements the BO4E Standard." license = { text = "MIT" } requires-python = ">=3.10"