mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-07-12 17:49:25 -04:00
oops, set brozzler.__version__
This commit is contained in:
parent
8c69ca3b39
commit
a94dfd27f8
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
import json as _json
|
||||
import logging as _logging
|
||||
from pkg_resources import get_distribution as _get_distribution
|
||||
|
||||
__version__ = _get_distribution('brozzler').version
|
||||
|
||||
class ShutdownRequested(Exception):
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue