Had some files declared in MANIFEST.in, half of them were missing from the project directory. When I ran python3 setup.py install it has copied files that were present and gave no warning or error about the missing ones.
How to make it fail when some of the include_package_data files are missing?