Remove package_data from setup.py
bcb opened this issue · 0 comments
bcb commented
We have both MANIFEST.in (setuptools) and package_data (distutils).
There's no need for package_data.
If you want finer-grained control over what files are included, then you can also use the package_data keyword
From: https://setuptools.pypa.io/en/latest/userguide/datafiles.html