Include all package data in the binary distribution
Created by: juga0
Using MANIFEST.in would include those files in the source distribution, but include_package_data is need to also include all of them in the binary distribution. The binary distrution was missing tests on others not included in package_data. package_data is not needed anymore.