Mercurial > hgrepos > Python > libs > ConfigMix
view setup.cfg @ 637:4499e9b4855d
The ``{{::DEL::}}`` is not subject to interpolation any more.
This fixes the handling of these deletion markers when merging
configurations: sometimes they were tried to be interpolated -- and
this failed.
| author | Franz Glasner <f.glasner@feldmann-mg.com> |
|---|---|
| date | Fri, 04 Mar 2022 17:35:27 +0100 |
| parents | e85d1eddf539 |
| children |
line wrap: on
line source
[metadata] license_file = LICENSE.txt [egg_info] tag_build = tag_date = 0 tag_svn_revision = 0 [bdist_wheel] universal = 1 [sdist] formats = gztar [flake8] ignore = # "multiple statements on one line (colon)" E701, # "line break before binary operator" W503, per-file-ignores = # Ignore "too many blank lines" configmix/compat.py:E303
