parameterize command line entry points and add tests of --version, a rudimentary check that the commands at least run

This commit is contained in:
Noah Levitt 2017-04-14 11:46:26 -07:00
parent b3cf746f53
commit fae60e9960
5 changed files with 121 additions and 49 deletions

View file

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