Comment 6 for bug 1016085

Revision history for this message
Gabriel Hurley (gabriel-hurley) wrote :

That's very odd. The setup.py sdist command *does* include the /bin directory, while the bdist command does not.

After doing some research, it appears that sdist uses the MANIFEST.in file, while bdist uses the package_data attribute in setup.py (which we are bypassing by the "include_package_data=True" bit.

This should be fixable with some manual trial and error.