Closed vergenzt closed 4 months ago
Reading the Stackoverflow message, does MANIFEST.in need to be updated, or no?
Reading the Stackoverflow message, does MANIFEST.in need to be updated, or no?
No, MANIFEST.in rules are not needed for something explicitly specified with data_files
:
[...] More precisely, the following files are included in a source distribution by default: [...]
- All files specified by the
package-data
anddata-files
configuration parameters inpyproject.toml
and/or equivalent insetup.cfg
/setup.py
;
[Source: https://setuptools.pypa.io/en/latest/userguide/miscellaneous.html]
By the way, is there anything I could do to help get this PR past the finish line? I use csvkit daily, and I'm also a Python dev.
Aha, wheel ignores include_package_data
and MANIFEST.in
.
Thanks! 🤩 🙏
Thanks so much you two!!
1235 only managed to get them included in sdists 🙈
Resolves #1234 for real now
I tested and confirmed now that both sdists and wheels end up with the files!