Mercurial > hgrepos > Python > apps > py-cutils
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 182:31d478ff4e09 | 183:62436c255dc8 |
|---|---|
| 40 zip_safe = True | 40 zip_safe = True |
| 41 python_requires = >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.* | 41 python_requires = >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.* |
| 42 packages = | 42 packages = |
| 43 cutils | 43 cutils |
| 44 cutils.util | 44 cutils.util |
| 45 cutils.crcmod | |
| 46 cutils.crcmod.python2 | |
| 47 cutils.crcmod.python3 | |
| 45 | 48 |
| 46 [options.entry_points] | 49 [options.entry_points] |
| 47 console_scripts = | 50 console_scripts = |
| 48 py-dos2unix = cutils.dos2unix:main | 51 py-dos2unix = cutils.dos2unix:main |
| 49 py-shasum = cutils.shasum:main | 52 py-shasum = cutils.shasum:main |
| 50 py-treesum = cutils.treesum:main | 53 py-treesum = cutils.treesum:main |
| 54 | |
| 55 | |
| 56 [flake8] | |
| 57 exclude = | |
| 58 # Ignore the vendored crcmod2/crcmod sub-package | |
| 59 cutils/crcmod |
