improve brozzler-dashboard logging; fix default wayback baseurl in brozzler dashboard (https://github.com/internetarchive/brozzler/issues/31); tweak arg parsing related stuff

This commit is contained in:
Noah Levitt 2017-01-20 23:41:59 -08:00
parent 095456aa27
commit c3b637d244
4 changed files with 153 additions and 125 deletions

View file

@ -32,7 +32,7 @@ def find_package_data(package):
setuptools.setup(
name='brozzler',
version='1.1b9.dev171',
version='1.1b9.dev172',
description='Distributed web crawling with browsers',
url='https://github.com/internetarchive/brozzler',
author='Noah Levitt',