[08:21:46] <poppingtonic> I've added a data directory (with json files) to my source distribution, by adding the line "graft app/data" to MANIFEST.in. When I run 'python setup.py sdist' in my project root, a tarball is built that contains the entire tree under 'app/data', with all files. However, when installing the package with pip, I don't find any of the json files even if the directory structure is intact. Is there any extra option I need to add to "pip install"
[13:17:47] <ronny> dstufft: im still contemplating writing a ez_setup alternative that uses pip and add_site-dir to install setuptools and setup_requires into a local folder