Add proof-of-concept GUI.
This commit is contained in:
parent
163d02e6c6
commit
e9f034f54b
4 changed files with 188 additions and 0 deletions
3
setup.py
3
setup.py
|
|
@ -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(),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue