Skip to content

Commit

Permalink
try pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
joopert committed Jun 1, 2017
1 parent a063e6b commit b435fdf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
from setuptools import setup

setup(name='nad_receiver',
version='0.0.4',
description='Library to interface with NAD receivers through the RS232',
version='0.0.5',
description='Library to interface with NAD receivers through RS232 and TCP',
url='https://github.com/joopert/nad_receiver',
download_url='https://github.com/joopert/nad_receiver/archive/0.0.5.tar.gz', #
author='joopert',
author_email=':(',
license='MIT',
packages=['nad_receiver'],
install_requires=['pyserial==3.2.1'],
Expand Down

0 comments on commit b435fdf

Please sign in to comment.