Skip to content

Commit c37afce

Browse files
committedMar 24, 2021
kanderso setup.py fix
1 parent b1fe0f0 commit c37afce

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
@@ -22,7 +22,7 @@
2222

2323
# Get the long description from the README file
2424
with open(path.join(here, 'README.md'), encoding='utf-8') as f:
25-
long_description = f.read()
25+
long_description = f.read().replace('\r\n', '\n')
2626

2727
setup(
2828
name='PV_ICE',

0 commit comments

Comments
 (0)
Please sign in to comment.