BlueBrain / Atlas-Download-Tools

Search, download, and prepare brain atlas data.
https://atlas-download-tools.rtfd.io
GNU Lesser General Public License v3.0
17 stars 7 forks source link

Fix Description #77

Closed EmilieDel closed 3 years ago

EmilieDel commented 3 years ago

Doing the process to release Atlas Download Tools on PyPI,

python setup.py sdist bdist_wheel
twine check dist/*

I stumbled upon an issue:

Checking dist/atldld-0.3.2.dev0-py3-none-any.whl: FAILED
  `long_description` has syntax errors in markup and would not be rendered on PyPI.
    line 2: Warning: Block quote ends without a blank line; unexpected unindent.
Checking dist/atldld-0.3.2.dev0.tar.gz: FAILED
  `long_description` has syntax errors in markup and would not be rendered on PyPI.
    line 2: Warning: Block quote ends without a blank line; unexpected unindent.

This PR is fixing it. Sorry about this @Stannislav, @jankrepl !