Skip to content

Fix long description encoding to UTF-8#70

Merged
eigenein merged 1 commit intopython-smpplib:masterfrom
kefiriaus:patch-1
Dec 10, 2018
Merged

Fix long description encoding to UTF-8#70
eigenein merged 1 commit intopython-smpplib:masterfrom
kefiriaus:patch-1

Conversation

@kefiriaus
Copy link
Copy Markdown
Contributor

@kefiriaus kefiriaus commented Dec 10, 2018

Need this fix for installing in CI.

@eigenein eigenein merged commit 4ba2809 into python-smpplib:master Dec 10, 2018
@eigenein
Copy link
Copy Markdown
Collaborator

Thank you!

@kefiriaus kefiriaus deleted the patch-1 branch December 10, 2018 22:52
url='https://github.com/podshumok/python-smpplib',
description='SMPP library for python',
long_description=open('README.md', 'rt').read(),
long_description=open('README.md', 'rt', encoding='utf-8').read(),
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, I was too fast to approve. encoding is indeed missing in Python 2. I'll change it to io.open, if you don't mind.

eigenein added a commit that referenced this pull request Dec 10, 2018
Follow up to PR #70, fix Python 2.x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants