This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
alarmdecoder
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Updated setup.py
pyserial_fix
Scott Petersen
11 years ago
parent
e6d84a9ae4
commit
8335282370
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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',
Write
Preview
Loading…
Cancel
Save