sibson / vncdotool

A command line VNC client and python library
Other
454 stars 122 forks source link

style: Convert setup.py to setup.cfg #235

Closed pmhahn closed 1 year ago

pmhahn commented 1 year ago

declarative style allows other tools to parse it more easily.

You might also want to go directly to PEP-621: prproject.toml, but this might require newer versions of setuptools (which I often do not have in my development environment), but YMMV.