analogdevicesinc / doctools

Central repository to host tooling for automated documentation builds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for pip > 22.0.2

gastmaier opened this issue · comments

Even though having all the metadata in a single pyproject.toml file is nice, it does not work with pip older than 23, which is still shipped with ubuntu lts, for example.
Add setup.cfg to create backwards compatibility.

Since PIP is rolling release, this issue won't be fixed.
Please note that support for Python >= 3.8 has been added.