Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerBroker2 committed Aug 6, 2021
1 parent 8f921f9 commit 5ab4558
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -6,14 +6,14 @@
setup(
name = 'pySerialTransfer',
packages = ['pySerialTransfer'],
version = '2.1.3',
version = '2.1.4',
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)',
long_description = long_description,
long_description_content_type = "text/markdown",
author = 'Power_Broker',
author_email = 'gitstuff2@gmail.com',
url = 'https://github.com/PowerBroker2/pySerialTransfer',
download_url = 'https://github.com/PowerBroker2/pySerialTransfer/archive/2.1.3.tar.gz',
download_url = 'https://github.com/PowerBroker2/pySerialTransfer/archive/2.1.4.tar.gz',
keywords = ['Arduino', 'serial', 'usb', 'protocol', 'communication'],
classifiers = [],
install_requires = ['pyserial']
Expand Down

0 comments on commit 5ab4558

Please sign in to comment.