From 6bf1e1c9efe3c86719721882403b67a4c0990f8a Mon Sep 17 00:00:00 2001 From: Lars Pieschel <26352100+lapie1@users.noreply.github.com> Date: Fri, 11 Jun 2021 13:13:37 +0200 Subject: [PATCH] Fixed Repo link in README and added PyPI badge. --- README.md | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 827a376..fb020f8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Jupyter-RDFify +[](https://pypi.org/project/jupyter-rdfify/)  IPython Extension for semantic web technology support (Turtle, SPARQL, ShEx, etc.) diff --git a/setup.py b/setup.py index 23c3c65..d89f990 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setuptools.setup( description="IPython Extension for semantic web technology support (Turtle, SPARQL, ShEx, etc.)", long_description=long_description, long_description_content_type="text/markdown", - url="https://git.rwth-aachen.de/i5/teaching/jupyter-rdfify", + url="https://github.com/SemWebNotebooks/Jupyter-RDFify", packages=setuptools.find_packages(), install_requires=[ "rdflib", -- GitLab