jazzband / imaplib2

Fork of Piers Lauder's imaplib2 library for Python.
https://imaplib2.readthedocs.io/
MIT License
33 stars 29 forks source link

Export module metadata on wrapper module #16

Closed keis closed 3 years ago

keis commented 3 years ago

Explicitly import version and doc into wrapper module.

Makes help(imaplib2) work like intended and lets other module check the version if needed