play-co / hookbox

HookBox is a Comet server and message queue that tightly integrates with your existing web application via web hooks and a REST interface.
http://hookbox.org
MIT License
284 stars 23 forks source link

bug fix: js_src missing from package data. #63

Closed slmnhq closed 14 years ago

slmnhq commented 14 years ago

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.

mcarter commented 14 years ago

this was fixed but never closed; closing now.