Skip to content

Commit 081aa35

Browse files
committed
setup.py: Fix LONG_DESCRIPTION
1 parent 717f287 commit 081aa35

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
@@ -5,7 +5,7 @@
55

66
here = path.abspath(path.dirname(__file__))
77

8-
with open('LONG_DESCRIPTION.md') as f:
8+
with open('README.md') as f:
99
long_description = f.read()
1010

1111
setup(

0 commit comments

Comments
 (0)