From c4db41c3bd55fbd060c9b4a50929082f9a4cbddb Mon Sep 17 00:00:00 2001 From: Eli Collins Date: Tue, 22 Nov 2016 23:36:10 -0500 Subject: docs: assorted cleanups, silence some doc build warnings --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') 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 `_ for the latest news and more information. -* See the `changelog `_ +* See the `changelog `_ 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 """ -- cgit v1.2.1