summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-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.