This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/packages/python/setup.py.cmake
Vitor Santos Costa ba730273e7 config
2016-08-22 04:01:38 +01:00

10 lines
169 B
CMake

from distutils.core import setup
setup(
name = "yapex",
version = "0.1",
package_dir = {'': '${CMAKE_SOURCE_DIR}/packages/python' },
py_modules = ['yapex']
)