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

10 lines
169 B
CMake
Raw Normal View History

2016-08-22 04:01:38 +01:00
from distutils.core import setup
2016-07-31 16:09:21 +01:00
setup(
name = "yapex",
version = "0.1",
package_dir = {'': '${CMAKE_SOURCE_DIR}/packages/python' },
py_modules = ['yapex']
)