diff --git a/setup.py b/setup.py index 16c99fb..f7829c0 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ setup( 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.8.tar.gz', - long_description=open('README.txt').read(), + long_description=open('README.md').read(), cmdclass = { 'install_scripts': install_scripts_and_symlinks } )