oz123 пре 10 година
родитељ
комит
51051f3be5
1 измењених фајлова са 6 додато и 1 уклоњено
  1. 6 1
      pwman/__init__.py

+ 6 - 1
pwman/__init__.py

@@ -35,8 +35,13 @@ except pkg_resources.DistributionNotFound:  # pragma: no cover
 website = "http://github.com/pwman3/pwman3"
 author = "Oz Nahum"
 authoremail = "nahumoz@gmail.com"
-description = "Pwman -a command line password management application."
+description = "a command line password management application."
 keywords = "password management sqlite crypto"
+long_description = ("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.).")
 
 _db_warn = ("pwman3 detected that you are using the old database format"
             " which is insecure."