-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add callback and debug functionality * Update README.md * Update doc strings * Update setup.py
- Loading branch information
1 parent
c00690c
commit 228fc41
Showing
3 changed files
with
128 additions
and
18 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
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
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,12 +3,12 @@ | |
setup( | ||
name = 'pySerialTransfer', | ||
packages = ['pySerialTransfer'], | ||
version = '1.2.0', | ||
version = '2.0.0', | ||
description = 'Python package used to transmit and receive low overhead byte packets - especially useful for PC<-->Arduino USB communication (compatible with https://github.com/PowerBroker2/SerialTransfer)', | ||
author = 'Power_Broker', | ||
author_email = '[email protected]', | ||
url = 'https://github.com/PowerBroker2/pySerialTransfer', | ||
download_url = 'https://github.com/PowerBroker2/pySerialTransfer/archive/1.2.0.tar.gz', | ||
download_url = 'https://github.com/PowerBroker2/pySerialTransfer/archive/2.0.0.tar.gz', | ||
keywords = ['Arduino', 'serial', 'usb', 'protocol', 'communication'], | ||
classifiers = [], | ||
) |