diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2020-07-23 20:38:00 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-23 19:38:00 -0500 |
| commit | 09c5fd1a20865731d76c607948fab5bd9c018824 (patch) | |
| tree | 0439f58a34e7c97353ca90247ac56c38347170b9 /src/bcrypt/__about__.py | |
| parent | cd8ba16d8e83987a5d905ad2a8d05c7da97b994d (diff) | |
| download | py-bcrypt-git-09c5fd1a20865731d76c607948fab5bd9c018824.tar.gz | |
Paint it Black by the Rolling Stones (#208)
Diffstat (limited to 'src/bcrypt/__about__.py')
| -rw-r--r-- | src/bcrypt/__about__.py | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/bcrypt/__about__.py b/src/bcrypt/__about__.py index bf81dc6..0b80173 100644 --- a/src/bcrypt/__about__.py +++ b/src/bcrypt/__about__.py @@ -18,8 +18,14 @@ from __future__ import division from __future__ import unicode_literals __all__ = [ - "__title__", "__summary__", "__uri__", "__version__", "__author__", - "__email__", "__license__", "__copyright__", + "__title__", + "__summary__", + "__uri__", + "__version__", + "__author__", + "__email__", + "__license__", + "__copyright__", ] __title__ = "bcrypt" |
