mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 02:52:50 +08:00
Cleaned up Python bindings. Moved to openalpr package and added import in __init__
This commit is contained in:
1
src/bindings/python/openalpr/__init__.py
Normal file
1
src/bindings/python/openalpr/__init__.py
Normal file
@@ -0,0 +1 @@
|
|||||||
|
from openalpr import Alpr
|
12
src/bindings/python/setup.py
Normal file
12
src/bindings/python/setup.py
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
|
|
||||||
|
from distutils.core import setup
|
||||||
|
|
||||||
|
setup(name='openalpr',
|
||||||
|
version='1.0',
|
||||||
|
description='OpenALPR Python Bindings',
|
||||||
|
author='Matt Hill',
|
||||||
|
author_email='matthill@openalpr.com',
|
||||||
|
url='http://www.openalpr.com/',
|
||||||
|
packages=['openalpr']
|
||||||
|
)
|
Reference in New Issue
Block a user