mirror of
https://github.com/enpaul/peewee-plus.git
synced 2024-11-14 18:46:47 +00:00
Add metadata to __all__ export list
This commit is contained in:
parent
0787d057da
commit
c042acc323
@ -20,6 +20,12 @@ __authors__ = ["Ethan Paul <24588726+enpaul@users.noreply.github.com>"]
|
|||||||
|
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
|
"__title__",
|
||||||
|
"__version__",
|
||||||
|
"__license__",
|
||||||
|
"__summary__",
|
||||||
|
"__url__",
|
||||||
|
"__authors__",
|
||||||
"calc_batch_size",
|
"calc_batch_size",
|
||||||
"EnumField",
|
"EnumField",
|
||||||
"JSONField",
|
"JSONField",
|
||||||
|
Loading…
Reference in New Issue
Block a user