Skip to content

Commit 2faf560

Browse files
committed
setup.py, Manual: Update for readme.md
1 parent ec8d716 commit 2faf560

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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 LICENSE CHANGES pyproject.toml .tmuxp.yaml
1+
include README.md LICENSE CHANGES pyproject.toml .tmuxp.yaml
22
include requirements/*.txt
33
recursive-include docs *.rst
44
recursive-include tests *.py *.yaml *.json *.sh

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
tests_reqs = [line for line in f.read().split('\n') if line]
1515

1616
if sys.version_info[0] > 2:
17-
readme = open('README.rst', encoding='utf-8').read()
17+
readme = open('README.md', encoding='utf-8').read()
1818
else:
19-
readme = open('README.rst').read()
19+
readme = open('README.md').read()
2020

2121
history = open('CHANGES').read().replace('.. :changelog:', '')
2222

0 commit comments

Comments
 (0)