Skip to content

Commit f56a117

Browse files
committed
update
1 parent 1118283 commit f56a117

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
@@ -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)