Closed commonism closed 1 year ago
setup.cfg prefers having the version string not in __init__.py to avoid imports of libraries not installed yet. And I added some glue for email property compat, could be extended to __getitem__("email") as well.
Thanks for this! Is this OK to merge (you've got "WIP" in the title)?
LGTM?
Thanks!
setup.cfg prefers having the version string not in __init__.py to avoid imports of libraries not installed yet. And I added some glue for email property compat, could be extended to __getitem__("email") as well.