Skip to content

Commit 6747cb1

Browse files
committed
build(setup.py): Fix README file
1 parent 807f63a commit 6747cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.md').read()
16+
readme = open('README.rst').read()
1717
history = open('CHANGES').read().replace('.. :changelog:', '')
1818

1919

0 commit comments

Comments
 (0)