Add license information.

This commit is contained in:
Andrey Golovizin 2014-08-09 00:23:52 +02:00
parent 79769a7770
commit 00590bd644
4 changed files with 710 additions and 0 deletions

View file

@ -8,5 +8,9 @@ setup(
description='OCR toolkit for computer generated pixel-perfect images',
author='Andrey Golovizin',
author_email='ag@sologoc.com',
license='GPLv3+',
classifiers=[
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
],
packages=find_packages(),
)