These files are copied (with roughly-appropriate changes to the top-level setup.py, NEWS.md, etc) from magic-wormhole 0.10.3, commit be166b483c5796ab3a9ad588ccf671b7eabdd96c).
5 lines
93 B
Python
5 lines
93 B
Python
|
|
from ._version import get_versions
|
|
__version__ = get_versions()['version']
|
|
del get_versions
|