Skip to content

Commit 4ef6da7

Browse files
adamnschFlorentinD
andcommitted
Include correct README path in project toml
Co-Authored-By: Florentin Dörre <[email protected]>
1 parent 00b87b0 commit 4ef6da7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python-wrapper/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "neo4j-viz"
7-
version = "0.1.4"
7+
version = "0.1.5"
88
description = "A simple graph visualization tool"
9-
readme = "README.md"
9+
readme = "../README.md"
1010
authors = [{ name = "Neo4j", email = "[email protected]" }]
1111
license = { file = "LICENSE" }
1212
classifiers = [

0 commit comments

Comments
 (0)