Open dynobo opened 3 weeks ago
Hey @dynobo! I'm here to assist you with any bugs, questions, or contributions. Let's tackle this issue together!
The license classifier for the PandasAI Python package on PyPi should indeed be set to both MIT and Other/Proprietary License due to the /ee
subfolder exception. The main package is under the MIT license, but the pandasai/ee
directory has a different license [1].
To continue talking to Dosu, mention @dosu.
@dosu Can you create a PR to fix this?
This is a tough nut to crack, could really use your help on this, @gventuri.
To continue talking to Dosu, mention @dosu.
Dear devs,
I noticed on PyPi.org that the
MIT
license classifier is set for pandasai Python package.The readme on the same page, quite at the bottom, on the other hand, mentions an exception for the
/ee
-subfolder, which is also included in the Python packageThis got me confused....
Shouldn't the classifier be set to
Other/Proprietary License
in that case? Or both, MIT and Other, if that's possible?