mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-05-02 06:36:20 -04:00
Inccognito messes with currently running chromium instances, disable it
This commit is contained in:
parent
0c25bbb4c3
commit
bd0183058d
4 changed files with 7 additions and 7 deletions
6
setup.py
6
setup.py
|
@ -3,14 +3,14 @@ import setuptools
|
|||
setuptools.setup(name='umbra',
|
||||
version='0.1',
|
||||
description='Google Chrome remote control interface',
|
||||
url='https://github.com/eldondev/umbra',
|
||||
url='https://github.com/internetarchive/umbra',
|
||||
author='Eldon Stegall',
|
||||
author_email='eldon@archive.org',
|
||||
long_description=open('README.md').read(),
|
||||
license='GPL',
|
||||
license='Apache License 2.0',
|
||||
packages=['umbra'],
|
||||
install_requires=['kombu', 'websocket-client-py3','argparse'],
|
||||
scripts=['bin/umbra'],
|
||||
scripts=['bin/umbra', 'bin/load_url.py', 'bin/dump_queue.py'],
|
||||
zip_safe=False,
|
||||
classifiers=[
|
||||
'Development Status :: 3 - Alpha Development Status',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue