summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2016-11-22 23:36:10 -0500
committerEli Collins <elic@assurancetechnologies.com>2016-11-22 23:36:10 -0500
commitc4db41c3bd55fbd060c9b4a50929082f9a4cbddb (patch)
tree61a7efe62c26f9ebbd862427c5c920fc6975a5af /setup.py
parent9dce3249f3c3c33cc21b2b1beef8fdb7429e616e (diff)
downloadpasslib-c4db41c3bd55fbd060c9b4a50929082f9a4cbddb.tar.gz
docs: assorted cleanups, silence some doc build warnings
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
"""