summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Shadura <andrewsh@debian.org>2017-02-12 10:31:03 +0100
committerAndrew Shadura <andrewsh@debian.org>2017-02-12 10:31:03 +0100
commit2e9aa007f008235a9b3217a7ab838f06e3c8ed82 (patch)
tree06e3f3b1e510dad37b84bfa9d78248ed6fb455b8
parent7c9fc1fad6dc698c06294635d0186b640dfc82d5 (diff)
Improve the package description.
-rw-r--r--debian/control12
1 files changed, 4 insertions, 8 deletions
diff --git a/debian/control b/debian/control
index f02c869..9ce79c5 100644
--- a/debian/control
+++ b/debian/control
@@ -8,21 +8,17 @@ Standards-Version: 3.9.1
Package: python-pydenticon
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
-Description: Library for generating identicons. Port of Sigil
- Pydenticon
- ==========
- .
+Description: deterministically generate identicons in Python
Pydenticon is a small utility library that can be used for deterministically
generating identicons based on the hash of provided data.
.
- The implementation is a port of the Sigil identicon implementation from:
- .
- * https://github.com/cupcake/sigil/
+ The implementation is a port of the Sigil identicon implementation.
.
Pydenticon provides a couple of extensions of its own when compared to the
original Sigil implementation, like:
.
* Ability to supply custom digest algorithms (allowing for larger identicons if
digest provides enough entropy).
- * Ability to specify a rectangle for identicon size..
+ * Ability to specify a rectangle for identicon size.
.
+ This package is for Python 2.