mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-06-20 12:54:23 -04:00
consolidate job.py and site.py into model.py, and let Job and Site share the elapsed() method by way of a mixin
This commit is contained in:
parent
3d47805ec1
commit
125d77b8c4
5 changed files with 146 additions and 170 deletions
2
setup.py
2
setup.py
|
@ -32,7 +32,7 @@ def find_package_data(package):
|
|||
|
||||
setuptools.setup(
|
||||
name='brozzler',
|
||||
version='1.1b10.dev224',
|
||||
version='1.1b10.dev225',
|
||||
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