Includepackagedata
Includepackagedata is a packaging configuration option used in several software packaging systems to determine whether data files that accompany a software package should be included in the final distribution and installed package. Data files, such as templates, configuration files, localization resources, images, and other non-code assets, are often needed at runtime and thus may be shipped alongside code.
The option typically appears as a boolean flag or as part of a manifest that lists patterns
In some ecosystems, includepackagedata is implemented through related concepts such as package_data, data_files, or manifest-based specifications.
Practitioners should consider storage and licensing implications, cross-platform path handling, and the need to distinguish data