Skip to content
Snippets Groups Projects
Commit 192f8b4a authored by alice grosch's avatar alice grosch
Browse files

Change links to gitlab

parent 2f58163b
No related branches found
No related tags found
No related merge requests found
...@@ -4,5 +4,5 @@ ...@@ -4,5 +4,5 @@
# Copyright (c) Alice Grosch. # Copyright (c) Alice Grosch.
# Distributed under the terms of the Modified BSD License. # 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)) __version__ = ".".join(map(str, version_info))
...@@ -6,7 +6,7 @@ Developer install ...@@ -6,7 +6,7 @@ Developer install
To install a developer version of dicom_upload, you will first need to clone To install a developer version of dicom_upload, you will first need to clone
the repository:: 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 cd dicom-upload
Next, install it with a develop install using pip:: Next, install it with a develop install using pip::
......
...@@ -13,9 +13,9 @@ ...@@ -13,9 +13,9 @@
"dist/*.js", "dist/*.js",
"css/*.css" "css/*.css"
], ],
"homepage": "https://github.com/jsc/dicom-upload", "homepage": "https://gitlab.version.fz-juelich.de/jupyter4jsc/j4j_extras/dicom-upload",
"bugs": { "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", "license": "BSD-3-Clause",
"author": { "author": {
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
"types": "./lib/index.d.ts", "types": "./lib/index.d.ts",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/jsc/dicom-upload" "url": "https://gitlab.version.fz-juelich.de/jupyter4jsc/j4j_extras/dicom-upload"
}, },
"scripts": { "scripts": {
"build": "npm run build:lib && npm run build:nbextension", "build": "npm run build:lib && npm run build:nbextension",
......
...@@ -68,7 +68,7 @@ setup_args = dict( ...@@ -68,7 +68,7 @@ setup_args = dict(
packages = find_packages(), packages = find_packages(),
author = 'Alice Grosch', author = 'Alice Grosch',
author_email = 'a.grosch@fz-juelich.de', 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', license = 'BSD',
platforms = "Linux, Mac OS X, Windows", platforms = "Linux, Mac OS X, Windows",
keywords = ['Jupyter', 'Widgets', 'IPython'], keywords = ['Jupyter', 'Widgets', 'IPython'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment