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 5a732e4 commit fb0fd09Copy full SHA for fb0fd09
MANIFEST.in
@@ -1,3 +1,3 @@
1
-include README.rst LICENSE CHANGES .tmuxp.yaml
+include README.md LICENSE CHANGES .tmuxp.yaml
2
include requirements/*.txt
3
recursive-include docs *.rst
setup.py
@@ -13,7 +13,7 @@
13
with open('requirements/test.txt') as f:
14
tests_reqs = [line for line in f.read().split('\n') if line]
15
16
-readme = open('README.rst').read()
+readme = open('README.md').read()
17
history = open('CHANGES').read().replace('.. :changelog:', '')
18
19
0 commit comments