Skip to content

Commit 00112d8

Browse files
committed
Fixed setup.py with correct packages
1 parent 6386127 commit 00112d8

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
@@ -51,4 +51,4 @@ def read(fname):
5151
"Programming Language :: Python :: 3.3",
5252
"Programming Language :: Python :: 3.4",
5353
],
54-
packages=["neo4j", "neo4j.v1"])
54+
packages=["neo4j", "neo4j.bolt", "neo4j.compat", "neo4j.v1"])

0 commit comments

Comments
 (0)