Update coverage badges [skip ci]

This commit is contained in:
Gitea Action
2026-08-08 20:35:15 +00:00
commit 735face593
312 changed files with 91102 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
"""Shim for legacy `python setup.py` invocations.
All packaging metadata lives in setup.cfg. Keeping a second copy here was an
active hazard: keyword arguments passed to setup() override setup.cfg, so the
two could disagree silently and the setup.py copy would win.
"""
from setuptools import setup
setup()