jeffwidman / cqlsh

Home of the cqlsh package on PyPI. Repackages the official Cassandra cqlsh for lighter-weight installs.
Apache License 2.0
19 stars 7 forks source link

Add doc directory to support distribution of CQL.html #33

Open bschoening opened 1 year ago

bschoening commented 1 year ago

As part of CASSANDRA-17684, our proposed solution (in progress) will be to create a new build distribution target of 'doc', which will contain CQL.html and an empty init.py. This will allow cqlsh.py to locate and read the html file as a Python resource (>= 3.7) when cqlsh is pip installed.