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
Renamed README.rst to README.md
pyserial_fix
Scott Petersen
11 years ago
parent
0d76104f2c
commit
9232fa1505
3 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
MANIFEST.in
+0
-0
README.md
+1
-1
setup.py
+ 1
- 1
MANIFEST.in
View File
@@ -1,3 +1,3 @@
include README.
rst
include README.
md
include LICENSE
include docs/_build/html/*
README.rst → README.md
View File
+ 1
- 1
setup.py
View File
@@ -1,7 +1,7 @@
from setuptools import setup
def readme():
with open('README.
rst
') as f:
with open('README.
md
') as f:
return f.read()
setup(name='pyad2',
Write
Preview
Loading…
Cancel
Save