Skip to content

Commit

Permalink
add website link to readme / setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed Sep 1, 2021
1 parent df1c599 commit 793ed36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
[![sonarcloud quality gate status](https://sonarcloud.io/api/project_badges/measure?project=spatial-model-editor_sme_contrib&metric=alert_status)](https://sonarcloud.io/dashboard?id=spatial-model-editor_sme_contrib)

A collection of useful modules for use with [sme](https://pypi.org/project/sme/),
the python interface to [Spatial Model Editor](https://github.com/spatial-model-editor/spatial-model-editor).
the python interface to [Spatial Model Editor](https://spatial-model-editor.github.io).

See the [online documentation](https://sme-contrib.readthedocs.io) for more information.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@
description="Useful modules for use with sme (Spatial Model Editor)",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://sme_contrib.readthedocs.io/",
url="https://spatial-model-editor.github.io/",
project_urls={
"Github": "https://github.com/spatial-model-editor/sme_contrib",
"Issues": "https://github.com/spatial-model-editor/sme_contrib/issues",
"Documentation": "https://sme-contrib.readthedocs.io/",
"Github": "https://github.com/spatial-model-editor/sme-contrib",
"Issues": "https://github.com/spatial-model-editor/sme-contrib/issues",
},
classifiers=[
"Topic :: Scientific/Engineering :: Bio-Informatics",
Expand Down

0 comments on commit 793ed36

Please sign in to comment.