I created an pip module and installed the module in jupyter notebook.
There is one function that is not working because of the following.
I created a pip module and within this module I also have one text file with some information that is needed for the toolbox.
But when I create the pypi module, this txt file is not converted into the python wheel and now after installing this txt file cannot be found.
Is there a way to include a txt file within this module, or do I need to convert this txt file into another format (.csv?).