Konubinix' opinionated web of thoughts

Python Packaging

Fleeting

python

include_package_data=True )

https://setuptools.readthedocs.io/en/latest/userguide/datafiles.html

This tells setuptools to install any data files it finds in your packages. The data files must be specified via the distutils’ MANIFEST.in file. (They can also be tracked by a revision control system, using an appropriate plugin. See the section below on Adding Support for Revision Control Systems for information on how to write such plugins.)

https://setuptools.readthedocs.io/en/latest/userguide/datafiles.html