-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Small formatting fix on README.rst to pass twine check, otherwise it …
…cannot be uploaded on pypi.
- Loading branch information
1 parent
afd56a2
commit 943c0e0
Showing
2 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]", | ||
|