# HG changeset patch # User Franz Glasner # Date 1736850372 -3600 # Node ID 62436c255dc82f80f9d9ffc685454cf67ba4a740 # Parent 31d478ff4e09ea04b10217743874a266e1bf1d09 Include the vendored crcmod2 (aka crcmod) in the build; exclude from flake8 diff -r 31d478ff4e09 -r 62436c255dc8 setup.cfg --- a/setup.cfg Mon Jan 13 15:52:26 2025 +0100 +++ b/setup.cfg Tue Jan 14 11:26:12 2025 +0100 @@ -42,9 +42,18 @@ packages = cutils cutils.util + cutils.crcmod + cutils.crcmod.python2 + cutils.crcmod.python3 [options.entry_points] console_scripts = py-dos2unix = cutils.dos2unix:main py-shasum = cutils.shasum:main py-treesum = cutils.treesum:main + + +[flake8] +exclude = + # Ignore the vendored crcmod2/crcmod sub-package + cutils/crcmod