Skip to content

Commit 2e5449b

Browse files
committed
update keywords
1 parent 2a7985a commit 2e5449b

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

pyproject.toml

+10-14
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,15 @@ classifiers = [
2020
"Operating System :: OS Independent",
2121
]
2222
keywords = [
23-
"machine vision",
24-
"computer vision",
25-
"multiview geometry",
26-
"stereo vision",
27-
"bundle adjustment",
28-
"visual servoing",
29-
"image features",
30-
"color",
31-
"blobs",
32-
"morphology",
33-
"image segmentation",
34-
"opencv",
35-
"open3d",
23+
"python",
24+
"graph",
25+
"directed graph",
26+
"undirected graph",
27+
"a* search",
28+
"adjacency matrix",
29+
"Laplacian matrix",
30+
"plotting",
31+
"optimal path",
3632
]
3733

3834
dependencies = ["numpy>=1.18.0", "scipy", "matplotlib"]
@@ -59,7 +55,7 @@ docs = [
5955
]
6056

6157
[tool.pytest.ini_options]
62-
pythonpath = [".", "pgraph", "mvtb-data", "mvtb-data/mvtbdata"]
58+
pythonpath = [".", "pgraph"]
6359

6460

6561
[build-system]

0 commit comments

Comments
 (0)