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"