I got the "source code meta" generator working. It takes well known python package formats (four of them) and converts them to the old style meta, e.g. `__about__.py`.
Useful today as a build step, keeps that `__version__` in sync without running code at import time.
Next is adding more functions for *finding* source code meta in a package/module.