mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-24 08:39:59 -05:00
Merge pull request #15 from nlevitt/master
setup.py - include behaviors.d/*.js in installation
This commit is contained in:
commit
e1c297269c
1
setup.py
1
setup.py
@ -9,6 +9,7 @@ setuptools.setup(name='umbra',
|
|||||||
long_description=open('README.md').read(),
|
long_description=open('README.md').read(),
|
||||||
license='Apache License 2.0',
|
license='Apache License 2.0',
|
||||||
packages=['umbra'],
|
packages=['umbra'],
|
||||||
|
package_data={'umbra':['behaviors.d/*.js']},
|
||||||
install_requires=['kombu', 'websocket-client-py3','argparse'],
|
install_requires=['kombu', 'websocket-client-py3','argparse'],
|
||||||
scripts=['bin/umbra', 'bin/load_url.py', 'bin/dump_queue.py'],
|
scripts=['bin/umbra', 'bin/load_url.py', 'bin/dump_queue.py'],
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user