Skip to content

Commit

Permalink
refactor: moved datastax/trees to datastax/Trees
Browse files Browse the repository at this point in the history
  • Loading branch information
warmachine028 committed Jul 29, 2023
1 parent 1ef8ce2 commit 93e3b46
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@

"Operating System :: OS Independent",

"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",

"Topic :: Documentation",
Expand All @@ -95,6 +91,8 @@
packages=[
'datastax',
'datastax/Utils',
'datastax/Nodes',
'datastax/Nodes/AbstractNodes',
'datastax/Arrays',
'datastax/Arrays/AbstractArrays',
'datastax/Lists',
Expand Down

0 comments on commit 93e3b46

Please sign in to comment.