The 'js_src' folder was not being installed/included when doing python setup.py install or python setup.py bdist_rpm because it was not listed in the package data.
I added 'js_src' to the package data and also included '.pkg' in the static types so that hookbox/js_src/hookbox.pkg gets included.
Also cleaned up an import statement and README documentation in the python_scope example.
The 'js_src' folder was not being installed/included when doing
python setup.py install
orpython setup.py bdist_rpm
because it was not listed in the package data.I added 'js_src' to the package data and also included '.pkg' in the static types so that hookbox/js_src/hookbox.pkg gets included.
Also cleaned up an import statement and README documentation in the python_scope example.