Browse Source

Updated setup.py

pyserial_fix
Scott Petersen 11 years ago
parent
commit
8335282370
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      setup.py

+ 1
- 1
setup.py View File

@@ -5,7 +5,7 @@ from setuptools import setup
def readme():
"""Returns the contents of README.md"""

with open('README.md') as readme_file:
with open('README.rst') as readme_file:
return readme_file.read()

setup(name='alarmdecoder',


Loading…
Cancel
Save