# HG changeset patch # User Franz Glasner # Date 1771246258 -3600 # Node ID 2192d22064bbfbfb1e4296b839f378e9855a115c # Parent ef3c56c4f2c72991533dc7614c14ecefffe33507 FIX: Include REUSE.toml in the generated binary wheel diff -r ef3c56c4f2c7 -r 2192d22064bb setup.cfg --- 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