mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-05-02 06:36:20 -04:00
support for simple behavior that clicks on elements matching configured css selector; and one such behavior for acalog sites ARI-3775
This commit is contained in:
parent
0647df1ab9
commit
c5c642a990
4 changed files with 54 additions and 2 deletions
2
setup.py
2
setup.py
|
@ -31,7 +31,7 @@ setuptools.setup(name='umbra',
|
|||
long_description=open('README.md').read(),
|
||||
license='Apache License 2.0',
|
||||
packages=['umbra'],
|
||||
package_data={'umbra':['behaviors.d/*.js', 'behaviors.yaml', 'version.txt']},
|
||||
package_data={'umbra':['behaviors.d/*.js*', 'behaviors.yaml', 'version.txt']},
|
||||
install_requires=['kombu', 'websocket-client-py3==0.13.1', 'argparse', 'PyYAML'],
|
||||
scripts=glob.glob('bin/*'),
|
||||
zip_safe=False,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue