Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
swilson committed Jun 13, 2020
1 parent 04a3f02 commit cd76b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit cd76b4f

Please sign in to comment.