From eb14b169246f6308e0e82cf62d83b316186100d9 Mon Sep 17 00:00:00 2001 From: Max Lindqvist Date: Thu, 2 Oct 2025 18:06:34 +0200 Subject: [PATCH 1/2] Set name to maxplotlibx in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b1b25c1..d8267bf 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" From 95016914ef11ce90e22f7fa57dbf6869ca620d6c Mon Sep 17 00:00:00 2001 From: Max Lindqvist Date: Thu, 2 Oct 2025 18:14:35 +0200 Subject: [PATCH 2/2] Fix dependencies --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d8267bf..c7b14ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ docs = [ "nbconvert", ] dev = [ - "maxplotlib[test,docs]", + "maxplotlibx[test,docs]", "ruff", "black", "isort",