view setup.cfg @ 398:3beac9c85781 default

Syntax in pyproject.toml: use unescaped syntax
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 16 Feb 2026 15:36:17 +0100
parents 1afe2758f802
children 669dd560f21a
line wrap: on
line source

[egg_info]
tag_build =
tag_date = 0
tag_svn_revision = 0

[bdist_wheel]
universal = 1

[flake8]
exclude =
    # Ignore the vendored crcmod2/crcmod sub-package
    cutils/crcmod
per-file-ignores =
    # E501: line too long
    cutils/util/glob.py:E501