view setup.cfg @ 390:1ea88e3bec25

On the default trunk begin a pure PEP 517 build configuration. This is Python3 only. Builds with Python2.7 and/or older Python3 versions are supported on the upcoming build-2.7 branch.
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 16 Feb 2026 13:28:35 +0100
parents 893adaf534d6
children f5f88fca7187 1afe2758f802
line wrap: on
line source

[egg_info]
tag_build =
tag_date = 0
tag_svn_revision = 0

[bdist_wheel]
universal = 1

[sdist]
formats = tar

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