view setup.cfg @ 396:1afe2758f802

sdist format is now ignored: remove from setup.cfg
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 16 Feb 2026 15:16:18 +0100
parents 1ea88e3bec25
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