We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e8390f commit 3e4e0f1Copy full SHA for 3e4e0f1
python-wrapper/pyproject.toml
@@ -88,7 +88,12 @@ include = [
88
namespaces = false # only scan directories with __init__.py files (true by default)
89
90
[tool.setuptools.package-data]
91
-neo4j_viz = ["resources/nvl_entrypoint/base.js", "py.typed"]
+neo4j_viz = [
92
+ "resources/nvl_entrypoint/base.js",
93
+ "resources/nvl_entrypoint/styles.css",
94
+ "resources/icons/*.svg",
95
+ "py.typed"
96
+]
97
98
[tool.pytest.ini_options]
99
addopts = ["--import-mode=importlib"]
0 commit comments