The source project of this merge request has been removed.
Removed include_package_data statement from setup.py
This merge removes the include_package_data=True
keyword from the setup
call in setup.py
, this actually prevents package data from being included, for some reason.