From 2e9aa007f008235a9b3217a7ab838f06e3c8ed82 Mon Sep 17 00:00:00 2001 From: Andrew Shadura Date: Sun, 12 Feb 2017 10:31:03 +0100 Subject: Improve the package description. --- debian/control | 12 ++++-------- 1 file 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. -- cgit v1.2.3