Browse Source

Refer to README.md (not .txt) in setup.py

main
Jeff Kletsky 9 years ago
parent
commit
a430afbcf6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      setup.py

+ 1
- 1
setup.py View File

@@ -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 }
)



Loading…
Cancel
Save