diff --git a/src/bcrypt/__init__.py b/src/bcrypt/__init__.py index c2019344..81a92fd4 100644 --- a/src/bcrypt/__init__.py +++ b/src/bcrypt/__init__.py @@ -28,16 +28,16 @@ ) __all__ = [ - "gensalt", - "hashpw", - "checkpw", - "kdf", - "__title__", - "__summary__", - "__uri__", - "__version__", "__author__", + "__copyright__", "__email__", "__license__", - "__copyright__", + "__summary__", + "__title__", + "__uri__", + "__version__", + "checkpw", + "gensalt", + "hashpw", + "kdf", ]