fixes to use new IO

This commit is contained in:
Vitor Santos Costa
2017-08-09 08:15:51 +01:00
parent 5b5e954dbc
commit a7bc4a3c71
11 changed files with 96 additions and 162 deletions

View File

@@ -44,7 +44,7 @@ packages = setuptools.find_packages('${CMAKE_CURRENT_SOURCE_DIR}')
# packages.append(d[len(here)+1:].replace(os.path.sep, '.'))
package_data = {
'yap_kernel': ['resources/*.*'],
'yap_kernel': ['resources/*.*','prolog/*.*'],
}
@@ -62,6 +62,7 @@ setup_args = dict(
packages = packages,
py_modules = ['yap_kernel_launcher'],
package_data = package_data,
package_dir = {'':"${CMAKE_CURRENT_SOURCE_DIR}" },
description = "YAP Kernel for Jupyter",
author = 'YP Development Team',
author_email = 'YAP-dev@scipy.org',