You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
packages= find_packages(include=['dwarf_python_api','dwarf_ble_connect']), # Include the main package directory
package_dir={'dwarf_python_api': 'dwarf_python_api','dwarf_ble_connect': 'dwarf_ble_connect'}, # Specify the root of the package
package_data={ 'dwarf_ble_connect' : [ '*','dist_js/**', 'lib/*'],'dwarf_python_api': ['lib/*', 'proto/*'],}, # Specify package data relative to the main package directory