joe-jordan / pyvoro

2D and 3D Voronoi tessellations: a python entry point for the voro++ library
Other
106 stars 26 forks source link

added manifest file for setup sdist #7

Closed ansobolev closed 10 years ago

ansobolev commented 10 years ago

Recently I tried to install pyvoro via pip and it failed due to not including several files in source distribution. Seems that pypi doesn't add files that are not explicitly mentioned in setup.py to package source - I didn't test setup.py sdist properly, and I'm sorry about that. To add files to package source we need to add MANIFEST.in with names of files to be included in source and that's what this pull request does. I've tested it, and (finally :)) it works as expected.

joe-jordan commented 10 years ago

Thanks, I noticed this yesterday and fixed it, but I only pushed the tag, not the commits, to github! apologies!

The new tag (which works on PyPI) is v1.3.2, on github and PyPI.

I have tested it on a fresh machine, and pip install pyvoro now works as expected.