Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerBroker2 authored Dec 8, 2019
1 parent 4a519a3 commit 3ea0977
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[metadata]
description-file = README.md
14 changes: 14 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
from distutils.core import setup

setup(
name = 'pyTransfer',
packages = ['pyTransfer'],
version = '1.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/pyTransfer',
download_url = 'download link you saved',
keywords = ['Arduino', 'serial', 'usb', 'protocol', 'communication'],
classifiers = [],
)

0 comments on commit 3ea0977

Please sign in to comment.