mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-24 08:39:59 -05:00
oops, set brozzler.__version__
This commit is contained in:
parent
8c69ca3b39
commit
a94dfd27f8
@ -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…
x
Reference in New Issue
Block a user