Skip to content

Commit fb0fd09

Browse files
committed
build(README): Use README.md instead of README.rst
1 parent 5a732e4 commit fb0fd09

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,3 +1,3 @@
1-
include README.rst LICENSE CHANGES .tmuxp.yaml
1+
include README.md LICENSE CHANGES .tmuxp.yaml
22
include requirements/*.txt
33
recursive-include docs *.rst

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
with open('requirements/test.txt') as f:
1414
tests_reqs = [line for line in f.read().split('\n') if line]
1515

16-
readme = open('README.rst').read()
16+
readme = open('README.md').read()
1717
history = open('CHANGES').read().replace('.. :changelog:', '')
1818

1919

0 commit comments

Comments
 (0)