diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..224a779 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[metadata] +description-file = README.md \ No newline at end of file diff --git a/setup.py b/setup.py index ccb624b..7f3c9d7 100644 --- a/setup.py +++ b/setup.py @@ -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'],