briangoins commented on code in PR #4584:
URL: https://github.com/apache/cassandra/pull/4584#discussion_r2744513670


##########
pylib/setup.py:
##########
@@ -30,6 +30,9 @@ def get_extensions():
 setup(
     name="cassandra-pylib",
     description="Cassandra Python Libraries",
-    packages=["cqlshlib"],
+    packages=["cqlshlib", "cqlshlib.resources"],

Review Comment:
   @bschoening this will be one package installed, `cqlshlib`, with a 
`resources` subpackage



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to