From c042acc3233d12517400777a309b03cc89689417 Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Wed, 24 Nov 2021 22:43:37 -0500 Subject: [PATCH] Add metadata to __all__ export list --- peewee_plus.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/peewee_plus.py b/peewee_plus.py index d8b4c4b..bde80ae 100644 --- a/peewee_plus.py +++ b/peewee_plus.py @@ -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",