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
Filename updates.
pyserial_fix
Scott Petersen
11 years ago
parent
8335282370
commit
cafe2c0a21
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
MANIFEST.in
+1
-1
setup.py
+ 1
- 1
MANIFEST.in
View File
@@ -1,4 +1,4 @@
include README.
md
include README.
rst
include LICENSE
recursive-include docs/build *.*
recursive-include examples *.py
+ 1
- 1
setup.py
View File
@@ -3,7 +3,7 @@
from setuptools import setup
def readme():
"""Returns the contents of README.
md
"""
"""Returns the contents of README.
rst
"""
with open('README.rst') as readme_file:
return readme_file.read()
Write
Preview
Loading…
Cancel
Save