Skip to content
Snippets Groups Projects
Commit 3518ff18 authored by Maeva Pourpoint's avatar Maeva Pourpoint
Browse files

Use open() instead of io.open()

parent 5b381bc9
No related branches found
No related tags found
1 merge request!5Conda packaging
Pipeline #803 passed with stage
in 1 minute and 27 seconds
......@@ -3,7 +3,6 @@
"""The setup script."""
from io import open
from setuptools import setup, find_packages
with open('README.rst', 'rt') as readme_file:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment