Skip to content

Commit

Permalink
replace reference mutantsan to DataShades
Browse files Browse the repository at this point in the history
  • Loading branch information
mutantsan committed Oct 24, 2024
1 parent 41d8433 commit 5abe854
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Tests](https://github.com/mutantsan/ckanext-tour/workflows/Tests/badge.svg?branch=main)](https://github.com/mutantsan/ckanext-tour/actions)
[![Tests](https://github.com/DataShades/ckanext-tour/workflows/Tests/badge.svg?branch=main)](https://github.com/DataShades/ckanext-tour/actions)

# ckanext-tour

Expand Down Expand Up @@ -55,7 +55,7 @@ To install ckanext-tour:

2. Clone the source and install it on the virtualenv

git clone https://github.com/mutantsan/ckanext-tour.git
git clone https://github.com/DataShades/ckanext-tour.git
cd ckanext-tour
pip install -e .
pip install -r requirements.txt
Expand All @@ -78,7 +78,7 @@ To modify the configuration of the extension, please make the changes through th
To install `ckanext-tour` for development, activate your CKAN virtualenv and
do:

git clone https://github.com/mutantsan/ckanext-tour.git
git clone https://github.com/DataShades/ckanext-tour.git
cd ckanext-tour
python setup.py develop
pip install -r dev-requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "ckanext-tour"
version = "0.1.1"
version = "0.1.11"
description = "Create an interactive tour that will help users familiarize themselves with the important features of your portal"
authors = [
{name = "DataShades", email = "[email protected]"},
Expand Down

0 comments on commit 5abe854

Please sign in to comment.