We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fc93ce commit 905cecdCopy full SHA for 905cecd
MANIFEST.in
@@ -1,4 +1,4 @@
1
-include README.rst
+include README.md
2
include versioneer.py
3
include pyls/_version.py
4
include LICENSE
setup.py
@@ -4,7 +4,7 @@
import versioneer
5
import sys
6
7
-README = open('README.rst', 'r').read()
+README = open('README.md', 'r').read()
8
9
install_requires = [
10
'configparser; python_version<"3.0"',
0 commit comments