|
|
@@ -32,6 +32,9 @@ setup( |
|
|
|
description='Python Class for utilizing the Rainforest Automation Eagle ( RFA-Z109 ) socket API.', |
|
|
|
download_url='https://github.com/evilpete/RainEagle/archive/0.1.8.tar.gz', |
|
|
|
long_description=open('README.md').read(), |
|
|
|
extras_require = { |
|
|
|
'dev': [ 'coverage' ], |
|
|
|
}, |
|
|
|
cmdclass = { 'install_scripts': install_scripts_and_symlinks } |
|
|
|
) |
|
|
|
|
|
|
|