Skip to content
Snippets Groups Projects
Commit f0e26d6d authored by Oscar Gustafsson's avatar Oscar Gustafsson :bicyclist:
Browse files

Fix developer install

parent e1c4e301
No related branches found
No related tags found
No related merge requests found
Pipeline #74702 passed
......@@ -93,8 +93,8 @@ setuptools.setup(
"matplotlib",
"scipy"
],
packages=["b_asic", "b_asic/GUI"],
ext_modules=[CMakeExtension("b_asic")],
packages=["b_asic", "b_asic/GUI", "b_asic/scheduler_gui"],
ext_modules=[CMakeExtension("_b_asic")],
cmdclass={"build_ext": CMakeBuild},
zip_safe=False,
include_package_data=True
......
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