зеркало из https://github.com/mozilla/taar.git
Adds a __version__ attribute to taar
This commit is contained in:
Родитель
ae157d47e4
Коммит
b22fdd7bc0
|
@ -1,2 +1,5 @@
|
|||
from .profile_fetcher import ProfileFetcher # noqa
|
||||
from .adapters.dynamo import ProfileController # noqa
|
||||
import pkg_resources
|
||||
|
||||
__version__ = pkg_resources.require("mozilla-taar3")[0].version
|
||||
|
|
Загрузка…
Ссылка в новой задаче