Skip to content

Commit ab04346

Browse files
committed
📈 Add matplotlib, refactor package.
1 parent e9262d4 commit ab04346

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ dev-dependencies = [
3737
"neoteroi-mkdocs>=1",
3838
"mkdocs-material>=9",
3939
"types-requests>=2.31",
40+
"matplotlib>=3.8.2",
4041
]
4142

4243
[project.optional-dependencies]
@@ -55,7 +56,7 @@ image_support = [
5556
allow-direct-references = true
5657

5758
[tool.hatch.build.targets.wheel]
58-
packages = ["src/codebox_api"]
59+
packages = ["src/codeboxapi"]
5960

6061
[tool.pytest.ini_options]
6162
filterwarnings = "ignore::DeprecationWarning"

0 commit comments

Comments
 (0)