mirror of
https://github.com/bspeice/libcvautomation
synced 2025-07-01 05:46:33 -04:00
Add initial libcvautomation_funcs.py and documentation
This commit is contained in:
4
python/libcvautomation_funcs.py
Normal file
4
python/libcvautomation_funcs.py
Normal file
@ -0,0 +1,4 @@
|
||||
## \file libcvautomation_funcs.py
|
||||
# \brief Libcvautomation wrapper for python
|
||||
# \details This source file is designed to give high-level access to libcvautomation using Python. It was modeled after the Bash wrapper, but allows for access to all the extra features of Python.
|
||||
# \author Bradlee Speice
|
@ -1,5 +0,0 @@
|
||||
from distutils.core import setup
|
||||
setup(name='@PACKAGE_NAME@',
|
||||
version='@PACKAGE_VERSION@',
|
||||
py_modules=['@PACKAGE_NAME@'],
|
||||
)
|
Reference in New Issue
Block a user