Skip to content

Commit b46cc91

Browse files
committed
update
1 parent f56a117 commit b46cc91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from setuptools import setup
33
from os import path
44
this_directory = path.abspath(path.dirname(__file__))
5-
with open(path.join(this_directory, '../README.md'), 'r') as f:
5+
with open(path.join(this_directory, 'readme.md'), 'r') as f:
66
long_description = f.read()
77

88
setup(

0 commit comments

Comments
 (0)