Skip to content
Snippets Groups Projects
Commit 31f5309d authored by Romin's avatar Romin :eye:
Browse files
parents f9968866 772b05fe
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ and relevant snippet or fix inside of an issue.
This project is Open Source Software and licensed under the terms of
the [MIT License].
[coscine-logo]: ./docs/_static/coscine_logo_rgb.png
[python-logo]: ./docs/_static/python-powered-w-200x80.png
[documentation]: https://coscine.pages.rwth-aachen.de/community-features/coscine-python-sdk/coscine.html
[MIT License]: ./LICENSE.txt
[coscine-logo]: https://git.rwth-aachen.de/coscine/community-features/coscine-python-sdk/-/raw/master/docs/_static/coscine_logo_rgb.png
[python-logo]: https://git.rwth-aachen.de/coscine/community-features/coscine-python-sdk/-/raw/master/docs/_static/python-powered-w-200x80.png
[documentation]: https://coscine.pages.rwth-aachen.de/community-features/coscine-python-sdk/
[MIT License]: https://git.rwth-aachen.de/coscine/community-features/coscine-python-sdk/-/blob/master/LICENSE.txt
......@@ -14,12 +14,8 @@ PROJECT_URL = (
README = ""
# Read README.md into $description to serve as the long_description on PyPi.
# Prepends local links with the repository url to ensure display of
# images and other media on external platforms such as PyPi.
# Local links in README.md are marked with the prefix './data'.
with open("README.md", "rt", encoding="utf-8") as fp:
README = fp.read()
README = README.replace("./data", PROJECT_URL + "/-/raw/master/data")
# Read package metadata into $about
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment