mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-05-12 11:32:16 -04:00
fix noVNC submodule path since brozzler webconsole has moved
This commit is contained in:
parent
cb4a16e58c
commit
6a11e1da2a
2 changed files with 3 additions and 3 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
@ -1,3 +1,3 @@
|
|||
[submodule "webconsole/brozzler-webconsole/static/noVNC"]
|
||||
path = webconsole/brozzler-webconsole/static/noVNC
|
||||
[submodule "brozzler/webconsole/static/noVNC"]
|
||||
path = brozzler/webconsole/static/noVNC
|
||||
url = https://github.com/kanaka/noVNC.git
|
||||
|
|
2
setup.py
2
setup.py
|
@ -21,7 +21,7 @@ import setuptools
|
|||
|
||||
setuptools.setup(
|
||||
name='brozzler',
|
||||
version='1.1.dev23',
|
||||
version='1.1.dev24',
|
||||
description='Distributed web crawling with browsers',
|
||||
url='https://github.com/internetarchive/brozzler',
|
||||
author='Noah Levitt',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue