mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-24 16:49:56 -05:00
oops, set brozzler.__version__
This commit is contained in:
parent
8c69ca3b39
commit
a94dfd27f8
@ -1,5 +1,8 @@
|
|||||||
import json as _json
|
import json as _json
|
||||||
import logging as _logging
|
import logging as _logging
|
||||||
|
from pkg_resources import get_distribution as _get_distribution
|
||||||
|
|
||||||
|
__version__ = _get_distribution('brozzler').version
|
||||||
|
|
||||||
class ShutdownRequested(Exception):
|
class ShutdownRequested(Exception):
|
||||||
pass
|
pass
|
||||||
|
Loading…
x
Reference in New Issue
Block a user