Add license information.
This commit is contained in:
parent
79769a7770
commit
00590bd644
4 changed files with 710 additions and 0 deletions
4
setup.py
4
setup.py
|
|
@ -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(),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue