Skip to content

Commit cedce6f

Browse files
committed
Fix refereneces to README.md
1 parent 517b6e4 commit cedce6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MANIFEST.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
include LICENSE
2-
include README.md
2+
include README.rst
33
include requirements.txt
44

55
recursive-exclude * __pycache__

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from os import path as op
77
from setuptools import setup, find_packages
88

9-
with open('README.md') as readme_file:
9+
with open('README.rst') as readme_file:
1010
readme = readme_file.read()
1111

1212
here = op.abspath(op.dirname(__file__))

0 commit comments

Comments
 (0)