From 192f8b4a102d992ef1faf65a176cc5bb711cd135 Mon Sep 17 00:00:00 2001 From: alice grosch <a.grosch@fz-juelich.de> Date: Tue, 14 Jan 2020 14:42:15 +0100 Subject: [PATCH] Change links to gitlab --- dicom_upload/_version.py | 2 +- docs/source/develop-install.rst | 2 +- package.json | 6 +++--- setup.py | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dicom_upload/_version.py b/dicom_upload/_version.py index bce0f98..f77b645 100644 --- a/dicom_upload/_version.py +++ b/dicom_upload/_version.py @@ -4,5 +4,5 @@ # Copyright (c) Alice Grosch. # Distributed under the terms of the Modified BSD License. -version_info = (0, 1, 0, 'dev') +version_info = (0, 1, 0) __version__ = ".".join(map(str, version_info)) diff --git a/docs/source/develop-install.rst b/docs/source/develop-install.rst index 649becf..6893eb1 100644 --- a/docs/source/develop-install.rst +++ b/docs/source/develop-install.rst @@ -6,7 +6,7 @@ Developer install To install a developer version of dicom_upload, you will first need to clone the repository:: - git clone https://github.com/jsc/dicom-upload + git clone https://gitlab.version.fz-juelich.de/jupyter4jsc/j4j_extras/dicom-upload.git cd dicom-upload Next, install it with a develop install using pip:: diff --git a/package.json b/package.json index 16efe6c..9557a0d 100644 --- a/package.json +++ b/package.json @@ -13,9 +13,9 @@ "dist/*.js", "css/*.css" ], - "homepage": "https://github.com/jsc/dicom-upload", + "homepage": "https://gitlab.version.fz-juelich.de/jupyter4jsc/j4j_extras/dicom-upload", "bugs": { - "url": "https://github.com/jsc/dicom-upload/issues" + "url": "https://gitlab.version.fz-juelich.de/jupyter4jsc/j4j_extras/dicom-upload/issues" }, "license": "BSD-3-Clause", "author": { @@ -26,7 +26,7 @@ "types": "./lib/index.d.ts", "repository": { "type": "git", - "url": "https://github.com/jsc/dicom-upload" + "url": "https://gitlab.version.fz-juelich.de/jupyter4jsc/j4j_extras/dicom-upload" }, "scripts": { "build": "npm run build:lib && npm run build:nbextension", diff --git a/setup.py b/setup.py index e2fab7f..47d2142 100644 --- a/setup.py +++ b/setup.py @@ -68,7 +68,7 @@ setup_args = dict( packages = find_packages(), author = 'Alice Grosch', author_email = 'a.grosch@fz-juelich.de', - url = 'https://github.com/jsc/dicom-upload', + url = 'https://gitlab.version.fz-juelich.de/jupyter4jsc/j4j_extras/dicom-upload', license = 'BSD', platforms = "Linux, Mac OS X, Windows", keywords = ['Jupyter', 'Widgets', 'IPython'], -- GitLab