Add __version__ attr to root namespace

for sake of `setup.cfg`
This commit is contained in:
Lance Edgar 2023-05-17 07:22:09 -05:00
parent 1356bd0310
commit 47bc4ce01d

View file

@ -27,6 +27,8 @@ This package contains various tasks and associated functions for use with
Fabric deployment and maintenance. Fabric deployment and maintenance.
""" """
from ._version import __version__
from .core import ( from .core import (
is_debian, is_debian,
get_debian_version, get_debian_version,