summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index ef27d09..d884fc5 100644
--- a/setup.py
+++ b/setup.py
@@ -88,7 +88,7 @@ providing full-strength password hashing for multi-user applications.
* See the `homepage <https://bitbucket.org/ecollins/passlib>`_
for the latest news and more information.
-* See the `changelog <https://passlib.readthedocs.io/en/stable/history.html>`_
+* See the `changelog <https://passlib.readthedocs.io/en/stable/history>`_
for a description of what's new in Passlib.
All releases are signed with the gpg key
@@ -98,7 +98,7 @@ All releases are signed with the gpg key
KEYWORDS = """\
password secret hash security
crypt md5-crypt
-sha256-crypt sha512-crypt pbkdf2 argon2 scrypt bcrypt
+sha256-crypt sha512-crypt pbkdf2 argon2 scrypt bcrypt
apache htpasswd htdigest
totp 2fa
"""