diff --git a/pyproject.toml b/pyproject.toml index 97efd3b..0bc668c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" # Self-descriptive entries which should always be present # https://packaging.python.org/en/latest/specifications/declaring-project-metadata/ [project] -name = "flamel" +name = "alchemistry-flamel" description = "A command line interface (CLI) to alchemlyb." dynamic = ["version"] readme = "README.md"