Sfoglia il codice sorgente

Add long description

oz123 10 anni fa
parent
commit
51051f3be5
1 ha cambiato i file con 6 aggiunte e 1 eliminazioni
  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."