Skip to content

Commit 905cecd

Browse files
committed
Update README references from .rst to .md
1 parent 6fc93ce commit 905cecd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include README.rst
1+
include README.md
22
include versioneer.py
33
include pyls/_version.py
44
include LICENSE

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import versioneer
55
import sys
66

7-
README = open('README.rst', 'r').read()
7+
README = open('README.md', 'r').read()
88

99
install_requires = [
1010
'configparser; python_version<"3.0"',

0 commit comments

Comments
 (0)