public
Fork of davisp/python-spidermonkey
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/malept/python-spidermonkey.git
python-spidermonkey / MANIFEST.in
100644 11 lines (10 sloc) 0.19 kb
1
2
3
4
5
6
7
8
9
10
11
include MANIFEST.in
include LICENSE
include README
include ez_setup.py
include go
include go.comm
include setup.py
include spidermonkey/*.*
include spidermonkey/libjs/*.*
include tests/*.py