vallettea / koala

Transpose your Excel calculations into python for better performances and scaling.
GNU General Public License v3.0
144 stars 59 forks source link

added functions.json to MANIFEST.in file #117

Closed srp-synengco closed 6 years ago

srp-synengco commented 6 years ago

The koala2 package hosted in pypi (https://pypi.python.org/pypi/koala2/0.0.14) appears to be missing the functions.json

So I've added this here to include that file during setup.py build sdist.

Not sure if you have a preferred way of including it over this? but it'd be good to update the packages hosted pypi with a working copy as currently it fails to import cause it's missing this file.

srp-synengco commented 6 years ago

possible fix for #105 as well?

vallettea commented 6 years ago

thanks for this. I'll update it on pypi