diff --git a/setup.py b/setup.py index 0c11b4f..0b11177 100644 --- a/setup.py +++ b/setup.py @@ -30,6 +30,7 @@ setup( url='https://github.com/evilpete/RainEagle', license='BSD', description='Python Class for utilizing the Rainforest Automation Eagle ( RFA-Z109 ) socket API.', + download_url='https://github.com/evilpete/RainEagle/archive/0.1.7a.tar.gz', long_description=open('README.txt').read(), cmdclass = { 'install_scripts': install_scripts_and_symlinks } )