new version of python interface

This commit is contained in:
Vitor Santos Costa
2016-07-31 10:09:21 -05:00
parent 728edb6b0a
commit ee03af37fb
20 changed files with 4425 additions and 3798 deletions

View File

@@ -0,0 +1,10 @@
from setuptools import setup, Extension
setup(
name = "yapex",
version = "0.1",
package_dir = {'': '${CMAKE_SOURCE_DIR}/packages/python' },
py_modules = ['yapex']
)