How can I include package_data for sdist without a MANIFEST.in file?
package_data
sdist
My setup.py looks like this:
import setuptools setupt
I had the same issue and fixed it be removing :
include_package_data=True