Skip to content

Commit 5074b16

Browse files
committed
Add missing cassandra.datastax.* modules in setup
1 parent fde870a commit 5074b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ def run_setup(extensions):
423423
author='DataStax',
424424
packages=[
425425
'cassandra', 'cassandra.io', 'cassandra.cqlengine', 'cassandra.graph',
426-
'cassandra.datastax'
426+
'cassandra.datastax', 'cassandra.datastax.insights', 'cassandra.datastax.graph'
427427
],
428428
keywords='cassandra,cql,orm,dse,graph',
429429
include_package_data=True,

0 commit comments

Comments
 (0)