Skip to content

Commit 401f956

Browse files
authored
Update setup.py
Fix file name
1 parent 803c683 commit 401f956

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
@@ -1,7 +1,7 @@
11
import os
22
from setuptools import find_packages, setup
33

4-
with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme:
4+
with open(os.path.join(os.path.dirname(__file__), 'README.md')) as readme:
55
README = readme.read()
66

77
# allow setup.py to be run from any path

0 commit comments

Comments
 (0)