pywbem / pywbemtools

A set of tools using pywbem to communicate with WBEM servers
http://pywbemtools.readthedocs.io/en/stable/
Apache License 2.0
12 stars 1 forks source link

Migrate to pyproject.toml #1391

Closed andy-maier closed 1 month ago

andy-maier commented 6 months ago

Investigate what configurations can be put into pyproject.toml, and migrate the maximum possible into that.

Requirements:

More concretely, use the same approach as in pywbem.

This is best done after removing support for Python <=3.7 (issue #1390)