We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55fda44 commit 9f67fe4Copy full SHA for 9f67fe4
pyproject.toml
@@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"]
3
build-backend = "setuptools.build_meta"
4
5
[project]
6
-name = "maxplotlib"
+name = "maxplotlibx"
7
version = "0.1"
8
description = "A reproducible plotting module with various backends and export options."
9
readme = "README.md"
@@ -33,7 +33,7 @@ docs = [
33
"nbconvert",
34
]
35
dev = [
36
- "maxplotlib[test,docs]",
+ "maxplotlibx[test,docs]",
37
"ruff",
38
"black",
39
"isort",
0 commit comments