Skip to content

Commit

Permalink
kanderso setup.py fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shirubana committed Mar 24, 2021
1 parent b1fe0f0 commit c37afce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

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

setup(
name='PV_ICE',
Expand Down

0 comments on commit c37afce

Please sign in to comment.