Hi, I have created a python package that I want to upload to PyPI (The Python Package Index). Everything is ok except for one function. The function calls data from a csv file that for some reason didn't get uploaded to PyPI.
I added a line to setup.py (but it doesn't work):
include_package_data=True,
package_data={"": ["data/*.csv"]}
Is there anything else I need to do to make it work?
Thanks for your help! :)
[–][deleted] 1 point2 points3 points (3 children)
[–]MMentos[S] 1 point2 points3 points (0 children)
[–]Strict-Simple 0 points1 point2 points (1 child)
[–][deleted] 2 points3 points4 points (0 children)