public
Description: Python/JavaScript bridge module, making use of Mozilla's spidermonkey JavaScript implementation.
Homepage: http://github.com/davisp/python-spidermonkey
Clone URL: git://github.com/davisp/python-spidermonkey.git
python-spidermonkey / MANIFEST.in
100644 10 lines (9 sloc) 0.167 kb
1
2
3
4
5
6
7
8
9
10
include MANIFEST.in
include LICENSE
include README
include ez_setup.py
include go
include go.comm
include setup.py
recursive-include spidermonkey *
include tests/*.py