From ffed88189fa3d9bc8a957b24e6d0071bb74c2e92 Mon Sep 17 00:00:00 2001 From: fluzzi Date: Wed, 25 May 2022 17:43:02 -0300 Subject: [PATCH] fix build issue --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 87e830b..d1bdc5c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = connpy -version = attr: connpy.__version__ +version = attr: connpy._version.__version__ description = Connpy is a SSH/Telnet connection manager and automation module long_description = file: README.md long_description_content_type = text/markdown