On Aug 27, 2014, at 2:09 PM, Marcus Smith <qwcode@gmail.com> wrote:There are cases where projects do this in setup.py:for scheme in INSTALL_SCHEMES.values():scheme['data'] = scheme['purelib']so for the sdist install, data ends up relative to site-packages, whereas for the whl install, it ends up relative to sys.prefix