Update coverage badges [skip ci]
This commit is contained in:
@@ -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()
|
||||
Reference in New Issue
Block a user