Bugfix for in-package JS/CSS imports
Needed to add JS/CSS files to build of python package. Did this by:
- Adding MANIFEST.in file
- Adding include_package_data=True to setup.py
- Added init.py to /assets folder
- Updated readme.md
Needed to add JS/CSS files to build of python package. Did this by: