setup.py: hush deprecation warning
open(mode=U) is deprecated in py3, remove it
This commit is contained in:
parent
66e227ee61
commit
baf5ce4ead
2
setup.py
2
setup.py
|
@ -17,7 +17,7 @@ trove_classifiers = [
|
|||
setup(name="magic-wormhole",
|
||||
version=versioneer.get_version(),
|
||||
description="Securely transfer data between computers",
|
||||
long_description=open('README.md', 'rU').read(),
|
||||
long_description=open('README.md', 'r').read(),
|
||||
long_description_content_type='text/markdown',
|
||||
author="Brian Warner",
|
||||
author_email="warner-magic-wormhole@lothar.com",
|
||||
|
|
Loading…
Reference in New Issue
Block a user