changeset 393:2192d22064bb build-2.7

FIX: Include REUSE.toml in the generated binary wheel
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 16 Feb 2026 13:50:58 +0100
parents ef3c56c4f2c7
children f5f88fca7187
files setup.cfg
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/setup.cfg	Mon Feb 16 13:34:51 2026 +0100
+++ b/setup.cfg	Mon Feb 16 13:50:58 2026 +0100
@@ -50,6 +50,10 @@
     cutils.crcmod.python2
     cutils.crcmod.python3
 
+[options.package_data]
+cutils.crcmod =
+    REUSE.toml
+
 [options.entry_points]
 console_scripts =
     py-dos2unix = cutils.dos2unix:main