Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerBroker2 authored Dec 30, 2019
1 parent ae31d47 commit c1e0050
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 @@ -3,12 +3,12 @@
setup(
name = 'pySerialTransfer',
packages = ['pySerialTransfer'],
version = '1.1.9',
version = '1.1.10',
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.1.9.tar.gz',
download_url = 'https://github.com/PowerBroker2/pySerialTransfer/archive/1.1.10.tar.gz',
keywords = ['Arduino', 'serial', 'usb', 'protocol', 'communication'],
classifiers = [],
)

0 comments on commit c1e0050

Please sign in to comment.