Skip to content
Snippets Groups Projects
Commit c659e818 authored by Grégoire Kubler's avatar Grégoire Kubler
Browse files

fix : import path and manifest.in missing files

parent 696f51ce
No related branches found
No related tags found
2 merge requests!212Version 0.3.0,!116feat/release_pip
......@@ -15,7 +15,7 @@ set(CXX_STANDARD 14)
##############################################
# Define options
option(PYBIND "python binding" ON)
option(PYBIND "python binding" OFF)
option(WERROR "Warning as error" OFF)
option(TEST "Enable tests" ON)
option(COVERAGE "Enable coverage" OFF)
......
include README.md LICENCE
recursive-include aidge_core *.py
recursive-exclude aidge_core/unit_tests *.py
recursive-include include *.hpp
recursive-include src *.cpp
recursive-include python_binding *.cpp
include CMakeLists.txt
......@@ -7,6 +7,6 @@ http://www.eclipse.org/legal/epl-2.0.
SPDX-License-Identifier: EPL-2.0
"""
from . import * # import so generated by PyBind
from .aidge_core import *
from .export import ExportNode, generate_file, generate_str
import utils
from . import utils
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment