From cd76b4fe1ada3cc468f6cefc155b4031d88ef0f0 Mon Sep 17 00:00:00 2001 From: Sean Wilson Date: Sat, 13 Jun 2020 15:12:53 -0400 Subject: [PATCH] Fix typo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f67829e..dab5137 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name = 'aqualogic', packages = ['aqualogic'], # this must be the same as the name above - version = '2.4`, + version = '2.4', description = 'Library for interfacing with a Hayward/Goldline AquaLogic/ProLogic pool controller.', long_description = 'A python library to interface with Hayward/Goldline AquaLogic/ProLogic pool controllers. Note that the Goldline protocol uses RS-485 so a hardware interface that can provide the library with reader and writer file objects is required. The simplest solution for this is an RS-485 to Ethernet adapter connected via a socket.', author = 'Sean Wilson',