DashAI icon indicating copy to clipboard operation
DashAI copied to clipboard

Restore DashAI init file

Open inunezn7 opened this issue 1 year ago • 4 comments

Summary

A __ init __ file is missing in the DashAI folder. This causes that when installing the package via "pip install" it does not build or update the distribution.

I simply renamed the __main __ file to __ init __ to fix this quickly, but I don't know if this has an impact on any other part of the code. Please check this.

Type of change

  • Bug fix.

Changes

  • Rename file (__ main __ --> __ init __)
  • Update setup.py to run main function

How to Test

When installing DashAI using "pip install ." the package is built and installed successfully.

inunezn7 avatar Jan 18 '24 17:01 inunezn7