Add __version__
attr to root namespace
for sake of `setup.cfg`
This commit is contained in:
parent
1356bd0310
commit
47bc4ce01d
|
@ -27,6 +27,8 @@ This package contains various tasks and associated functions for use with
|
|||
Fabric deployment and maintenance.
|
||||
"""
|
||||
|
||||
from ._version import __version__
|
||||
|
||||
from .core import (
|
||||
is_debian,
|
||||
get_debian_version,
|
||||
|
|
Loading…
Reference in a new issue