mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-05-02 06:36:20 -04:00
setup.py - include behaviors.d/*.js in installation
This commit is contained in:
parent
b3bd959ab2
commit
f3a540b92d
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -9,6 +9,7 @@ setuptools.setup(name='umbra',
|
|||
long_description=open('README.md').read(),
|
||||
license='Apache License 2.0',
|
||||
packages=['umbra'],
|
||||
package_data={'umbra':['behaviors.d/*.js']},
|
||||
install_requires=['kombu', 'websocket-client-py3','argparse'],
|
||||
scripts=['bin/umbra', 'bin/load_url.py', 'bin/dump_queue.py'],
|
||||
zip_safe=False,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue