Skip to content

Commit 3e4e0f1

Browse files
adamnschFlorentinD
andcommitted
Add styling resources to package
Co-Authored-By: Florentin Dörre <florentin.dorre@neotechnology.com>
1 parent 6e8390f commit 3e4e0f1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

python-wrapper/pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,12 @@ include = [
8888
namespaces = false # only scan directories with __init__.py files (true by default)
8989

9090
[tool.setuptools.package-data]
91-
neo4j_viz = ["resources/nvl_entrypoint/base.js", "py.typed"]
91+
neo4j_viz = [
92+
"resources/nvl_entrypoint/base.js",
93+
"resources/nvl_entrypoint/styles.css",
94+
"resources/icons/*.svg",
95+
"py.typed"
96+
]
9297

9398
[tool.pytest.ini_options]
9499
addopts = ["--import-mode=importlib"]

0 commit comments

Comments
 (0)