the command line now uses the crayons Python library in order to have colored strings in the terminal.

This commit is contained in:
Cédric Bonhomme 2017-02-20 14:16:41 +01:00
parent 263e287559
commit 6215c03939
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
4 changed files with 25 additions and 26 deletions

View file

@ -36,7 +36,7 @@ with open('CHANGELOG.rst', 'r') as f:
setup(
name='Stegano',
version='0.6.5',
version='0.6.6',
author='Cédric Bonhomme',
author_email='cedric@cedricbonhomme.org',
packages=packages,