Names in about window do not match names in CONTRIBUTING

The names in CONTRIBUTING and qt/aqt/about.py do not match (about doesn’t show a lot of contributers).

I’m guessing this is not intended. It should be fairly easy to parse the CONTRIBUTERS file and automatically populate those names into allusers in about.py using something like bash (and probably even python).

What do you think?

1 Like

I decided to create a python script that generates the names:

I have basically zero python experience, so any advice (see github) is welcomed!

Edit: Someone on github mentioned that something similar had been proposed (and closed) before. So I’ll close my PR too.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.