From e600056b6a1ef846b694e97cf144b0d509664e4a Mon Sep 17 00:00:00 2001 From: Oliver Beckstein Date: Mon, 7 Nov 2022 12:53:23 -0700 Subject: [PATCH] changed package name to alchemistry-flamel --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"