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 e9262d4 commit ab04346Copy full SHA for ab04346
pyproject.toml
@@ -37,6 +37,7 @@ dev-dependencies = [
37
"neoteroi-mkdocs>=1",
38
"mkdocs-material>=9",
39
"types-requests>=2.31",
40
+ "matplotlib>=3.8.2",
41
]
42
43
[project.optional-dependencies]
@@ -55,7 +56,7 @@ image_support = [
55
56
allow-direct-references = true
57
58
[tool.hatch.build.targets.wheel]
-packages = ["src/codebox_api"]
59
+packages = ["src/codeboxapi"]
60
61
[tool.pytest.ini_options]
62
filterwarnings = "ignore::DeprecationWarning"
0 commit comments