浏览代码

update long_description

oz123 10 年之前
父节点
当前提交
9945ef190c
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      pwman/__init__.py

+ 2 - 3
pwman/__init__.py

@@ -43,9 +43,8 @@ description = "a command line password management application."
 keywords = "password management sqlite crypto"
 long_description = (u"Pwman3 aims to provide a simple but powerful command "
                     "line interface for password management.\nIt allows one "
-                    "to store your password in a SQLite database locked by "
-                    "a\nmaster password which can be encrypted with different "
-                    "algorithms (e.g AES, Blowfish, DES3, IDEA, etc.).")
+                    "to store your password in database locked by "
+                    "a\nmaster password which is AES encrypted.")
 
 _db_warn = (u"pwman3 detected that you are using the old database format"
             " which is insecure."