Add metadata to __all__ export list

This commit is contained in:
Ethan Paul 2021-11-24 22:43:37 -05:00
parent 0787d057da
commit c042acc323
No known key found for this signature in database
GPG Key ID: D0E2CBF1245E92BF
1 changed files with 6 additions and 0 deletions

View File

@ -20,6 +20,12 @@ __authors__ = ["Ethan Paul <24588726+enpaul@users.noreply.github.com>"]
__all__ = [
"__title__",
"__version__",
"__license__",
"__summary__",
"__url__",
"__authors__",
"calc_batch_size",
"EnumField",
"JSONField",