We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 087c74f commit 95904d2Copy full SHA for 95904d2
setup.py
@@ -223,9 +223,9 @@ def run(self):
223
with open('lib/matplotlib/mpl-data/matplotlibrc', 'w') as fd:
224
fd.write(''.join(template_lines))
225
226
- # Use Readme as long description
227
- with open('README.rst', encoding='utf-8') as fd:
228
- long_description = fd.read()
+ # Use Readme as long description
+ with open('README.rst', encoding='utf-8') as fd:
+ long_description = fd.read()
229
230
# Finally, pass this all along to distutils to do the heavy lifting.
231
setup(
0 commit comments