diff setup.cfg @ 183:62436c255dc8

Include the vendored crcmod2 (aka crcmod) in the build; exclude from flake8
author Franz Glasner <fzglas.hg@dom66.de>
date Tue, 14 Jan 2025 11:26:12 +0100
parents b32b41297893
children ccbb6905914e
line wrap: on
line diff
--- 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