From ac67728ddc549f03050fb91e189f60c9f36902a0 Mon Sep 17 00:00:00 2001 From: ernestoarbitrio Date: Mon, 22 Jun 2020 23:29:08 +0200 Subject: [PATCH] organization change --- CONTRIBUTING.md | 2 +- setup.py | 2 +- src/histolab/data/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f46c7b7d6..c0c59ae2f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -59,7 +59,7 @@ Before working on your next contribution, make sure your local repository is up 1. Set the upstream remote. (You only have to do this once per project, not every time.) - `$ git remote add upstream git@github.com:MPBA/project-repo-name` + `$ git remote add upstream git@github.com:histolab/histolab` 2. Switch to the local master branch. diff --git a/setup.py b/setup.py index 94ac1ffbb..3f5d703eb 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ def ascii_bytes_from(path, *paths): description="Python library for Digital Pathology Image Processing", long_description=readme, long_description_content_type="text/markdown", - url="https://github.com/MPBA/histolab", + url="https://github.com/histolab/histolab", download_url="https://pypi.python.org/pypi/histolab", install_requires=install_requires, tests_require=test_requires, diff --git a/src/histolab/data/__init__.py b/src/histolab/data/__init__.py index 47433f2d4..3b2cfd42c 100644 --- a/src/histolab/data/__init__.py +++ b/src/histolab/data/__init__.py @@ -72,7 +72,7 @@ def _create_image_fetcher(): return None, legacy_data_dir pooch_version = __version__.replace(".dev", "+") - url = "https://github.com/MPBA/histolab/raw/{version}/histolab/" + url = "https://github.com/histolab/histolab/raw/{version}/histolab/" # Create a new friend to manage your sample data storage image_fetcher = pooch.create(