Skip to content
Snippets Groups Projects
Commit 4b285640 authored by Vincent Templier's avatar Vincent Templier
Browse files

Update setup for including all non-python files

parent 561b6aac
No related branches found
No related tags found
No related merge requests found
......@@ -105,6 +105,8 @@ if __name__ == '__main__':
classifiers=[c for c in CLASSIFIERS.split('\n') if c],
platforms=["Linux"],
packages=find_packages(where="."),
include_package_data=True,
exclude_package_data={"aidge": ["_Core/*", "_CPU/*"]},
ext_modules=[CMakeExtension('Aidge')],
cmdclass={
'build_ext': CMakeBuild,
......
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