new version of python interface
This commit is contained in:
10
packages/python/setup.py.cmake
Normal file
10
packages/python/setup.py.cmake
Normal 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']
|
||||
|
||||
)
|
Reference in New Issue
Block a user