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 861a18d commit 3fb8b56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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-transmute/actions/workflows/test.yml/badge.svg)](https://github.com/mutantsan/ckanext-transmute/actions/workflows/test.yml)
[![Tests](https://github.com/DataShades/ckanext-transmute/actions/workflows/test.yml/badge.svg)](https://github.com/DataShades/ckanext-transmute/actions/workflows/test.yml)

# ckanext-transmute
This extension helps to validate and convert data based on a specific schema.
Expand Down Expand Up @@ -319,7 +319,7 @@ To install ckanext-transmute:

2. Clone the source and install it on the virtualenv

git clone https://github.com/mutantsan/ckanext-transmute.git
git clone https://github.com/DataShades/ckanext-transmute.git
cd ckanext-transmute
pip install -e .
pip install -r requirements.txt
Expand All @@ -338,7 +338,7 @@ To install ckanext-transmute:
To install ckanext-transmute for development, activate your CKAN virtualenv and
do:

git clone https://github.com/mutantsan/ckanext-transmute.git
git clone https://github.com/DataShades/ckanext-transmute.git
cd ckanext-transmute
python setup.py develop
pip install -r dev-requirements.txt
Expand Down
4 changes: 2 additions & 2 deletions 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-transmute"
version = "2.0.0a0"
version = "2.0.0a1"
description = "Converts a dataset based on a specific schema"
authors = [
{name = "DataShades", email = "[email protected]"},
Expand Down Expand Up @@ -41,7 +41,7 @@ file = "README.md"
content-type = "text/markdown"

[project.urls]
Homepage = "https://github.com/mutantsan/ckanext-transmute"
Homepage = "https://github.com/DataShades/ckanext-transmute"

[project.entry-points]
"babel.extractors" = {ckan = "ckan.lib.extract:extract_ckan"}
Expand Down

0 comments on commit 3fb8b56

Please sign in to comment.