Skip to content

Commit 9e54fc3

Browse files
committed
Fixed packages in setup
1 parent 152dfec commit 9e54fc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ def read(fname):
4747
"Topic :: Software Development",
4848
"Programming Language :: Python :: 2.7",
4949
],
50-
packages=["neo4j"])
50+
packages=["neo4j", "neo4j.v1"])

0 commit comments

Comments
 (0)