Skip to content

Commit

Permalink
Oops, wrong serial library
Browse files Browse the repository at this point in the history
  • Loading branch information
swilson committed Jun 4, 2020
1 parent 69a0a66 commit 192e759
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.1',
version = '2.2',
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 All @@ -28,6 +28,6 @@
'Programming Language :: Python :: 3.4',
],
install_requires=[
'serial',
'pyserial',
]
)

0 comments on commit 192e759

Please sign in to comment.