Add initial libcvautomation_funcs.py and documentation

This commit is contained in:
Bradlee Speice
2012-08-14 13:35:16 -04:00
parent e932c367d3
commit d7de401d66
4 changed files with 7 additions and 8 deletions

View 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

View File

@ -1,5 +0,0 @@
from distutils.core import setup
setup(name='@PACKAGE_NAME@',
version='@PACKAGE_VERSION@',
py_modules=['@PACKAGE_NAME@'],
)