-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add support for chargers with a network/serial TCP bridge
- Loading branch information
Showing
2 changed files
with
114 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,15 +3,15 @@ | |
setup( | ||
name = 'tracermppt', | ||
py_modules = ['tracermppt'], | ||
version = '0.2', | ||
version = '0.3', | ||
description = 'Interface for controlling and interrogating the ' | ||
'Tracer-2210RN and similar charge cotnrollers via the remote ' | ||
'monitoring port', | ||
author = 'Brian Mayton', | ||
author_email = '[email protected]', | ||
license = 'MIT', | ||
url = 'https://github.com/bmayton/tracermppt', | ||
download_url = 'https://github.com/bmayton/tracermppt/tarball/0.2', | ||
download_url = 'https://github.com/bmayton/tracermppt/tarball/0.3', | ||
keywords = [], | ||
classifiers = [], | ||
install_requires = [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters