Skip to content

Commit 7eeccf6

Browse files
committed
Update references to README.md
Signed-off-by: Daniel Lim Wee Soong <weesoong.lim@gmail.com>
1 parent 1bce3ee commit 7eeccf6

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,4 +1,4 @@
1-
include README.md
1+
include README.rst
22
include LICENSE
33

44
recursive-exclude * __pycache__

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
else:
3333
__version__ = "0.0.dev0"
3434

35-
readme_file = path.join(__dir__, 'README.md')
35+
readme_file = path.join(__dir__, 'README.rst')
3636
try:
3737
with open(readme_file) as f:
3838
readme = f.read()

0 commit comments

Comments
 (0)