diff --git a/pyproject.toml b/pyproject.toml index b1b25c1..c7b14ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"] build-backend = "setuptools.build_meta" [project] -name = "maxplotlib" +name = "maxplotlibx" version = "0.1" description = "A reproducible plotting module with various backends and export options." readme = "README.md" @@ -33,7 +33,7 @@ docs = [ "nbconvert", ] dev = [ - "maxplotlib[test,docs]", + "maxplotlibx[test,docs]", "ruff", "black", "isort",