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 7172472 commit 40ae4e9
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//ckanext-chatbot/workflows/Tests/badge.svg?branch=main)](https://github.com//ckanext-chatbot/actions)
[![Tests](https://github.com/DataShades/ckanext-chatbot/workflows/Tests/badge.svg?branch=main)](https://github.com/DataShades/ckanext-chatbot/actions)

# ckanext-chatbot

Expand Down Expand Up @@ -43,7 +43,7 @@ To install ckanext-chatbot:

2. Clone the source and install it on the virtualenv

git clone https://github.com//ckanext-chatbot.git
git clone https://github.com/DataShades/ckanext-chatbot.git
cd ckanext-chatbot
pip install -e .
pip install -r requirements.txt
Expand Down Expand Up @@ -73,7 +73,7 @@ None at present
To install ckanext-chatbot for development, activate your CKAN virtualenv and
do:

git clone https://github.com//ckanext-chatbot.git
git clone https://github.com/DataShades/ckanext-chatbot.git
cd ckanext-chatbot
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-chatbot"
version = "0.0.11"
version = "0.0.12"
description = ""
authors = [
{name = "DataShades", email = "[email protected]"},
Expand All @@ -23,7 +23,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
]
keywords = ["CKAN"]
urls = {Homepage = "https://github.com//ckanext-chatbot"}
urls = {Homepage = "https://github.com/DataShades/ckanext-chatbot"}
dependencies = []
optional-dependencies = {}

Expand Down

0 comments on commit 40ae4e9

Please sign in to comment.