Add proof-of-concept GUI.

This commit is contained in:
Andrey Golovizin 2014-08-10 22:57:08 +02:00
parent 163d02e6c6
commit e9f034f54b
4 changed files with 188 additions and 0 deletions

View file

@ -17,5 +17,8 @@ setup(
'Intended Audience :: End Users/Desktop',
'Operating System :: OS Independent',
],
entry_points={
'console_scripts': ['pixelocr = pixelocr.gui:main']
},
packages=find_packages(),
)