Skip to content

Commit f81fff3

Browse files
adamnschFlorentinD
andcommitted
Publishing fixes
Co-Authored-By: Florentin Dörre <[email protected]>
1 parent b0bc104 commit f81fff3

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include examples/example_cora_graph.png

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
[![Latest version](https://img.shields.io/pypi/v/neo4j-viz)](https://pypi.org/project/neo4j-viz/)
44
[![PyPI downloads month](https://img.shields.io/pypi/dm/neo4j-viz)](https://pypi.org/project/neo4j-viz/)
55
![Python versions](https://img.shields.io/pypi/pyversions/neo4j-viz)
6-
[![License](https://img.shields.io/pypi/l/neo4j-viz)](LICENSE)
76

87
`neo4j-viz` is a Python package for visualizing graphs from the Neo4j ecosystem, such as the [Neo4j Graph Data Science (GDS) library](https://github.com/neo4j/graph-data-science).
98
The package wraps the [Neo4j Visualization library (NVL)](https://neo4j.com/docs/nvl/current/).
109

10+
**WARNING:**
11+
This package is still in development and the API is subject to change.
1112

1213
## Supported features
1314

pyproject.toml

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

55
[project]
66
name = "neo4j-viz"
7-
version = "0.1.1"
7+
version = "0.1.2"
88
description = "A simple graph visualization tool"
99
readme = "README.md"
1010
authors = [{ name = "Neo4j", email = "[email protected]" }]
@@ -13,6 +13,7 @@ classifiers = [
1313
"Development Status :: 2 - Pre-Alpha",
1414
"Intended Audience :: Developers",
1515
"Intended Audience :: Science/Research",
16+
"License :: Other/Proprietary License",
1617
"Operating System :: OS Independent",
1718
"Programming Language :: Python",
1819
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)