Skip to content

Commit

Permalink
Small formatting fix on README.rst to pass twine check, otherwise it …
Browse files Browse the repository at this point in the history
…cannot be uploaded on pypi.
  • Loading branch information
popaula937 committed Nov 9, 2020
1 parent afd56a2 commit 943c0e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,10 @@ bool is_one_indexed = False)**

Runtime and guesstimated memory usage as a function of max_distance for the
reg_13 cortical surface mesh, ie containing 2**13 vertices per hemisphere.
::
[[10, 20, 30, 40, 50, 60, 70, 80, 90, 100], # mm
[19, 28, 49, 81, 125, 181, 248, 331, 422, 522], # s
[ 3, 13, 30, 56, 89, 129, 177, 232, 292, 358]] # MB]
::
[[10, 20, 30, 40, 50, 60, 70, 80, 90, 100], # mm
[19, 28, 49, 81, 125, 181, 248, 331, 422, 522], # s
[ 3, 13, 30, 56, 89, 129, 177, 232, 292, 358]] # MB]

where memory is a min-guestimate given by: mem_req = nnz * 8 / 1024 / 1024.

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ def finalize_options(self):
install_requires=INSTALL_REQUIREMENTS,
description="Compute geodesic distances",
long_description=DESCRIPTION,
long_description_content_type='text/x-rst',
license="GPL v3",
author=TEAM,
author_email="[email protected]",
Expand Down

0 comments on commit 943c0e0

Please sign in to comment.