From 93e3b465f5b32561e2384aec7401151fe139e4c5 Mon Sep 17 00:00:00 2001 From: warmachine028 Date: Sat, 29 Jul 2023 20:35:03 +0530 Subject: [PATCH] refactor: moved datastax/trees to datastax/Trees --- setup.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 9be6fce..7c77384 100644 --- a/setup.py +++ b/setup.py @@ -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", @@ -95,6 +91,8 @@ packages=[ 'datastax', 'datastax/Utils', + 'datastax/Nodes', + 'datastax/Nodes/AbstractNodes', 'datastax/Arrays', 'datastax/Arrays/AbstractArrays', 'datastax/Lists',