From e4b595b4db7ab9b3495d8f65a416bd7e049accb9 Mon Sep 17 00:00:00 2001 From: mutantsan Date: Thu, 24 Oct 2024 17:01:17 +0300 Subject: [PATCH] replace reference mutantsan to DataShades --- README.md | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 20c897f..fef0dd3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Tests](https://github.com/mutantsan/ckanext-clamav/workflows/Tests/badge.svg?branch=main)](https://github.com/mutantsan/ckanext-clamav/actions) +[![Tests](https://github.com/DataShades/ckanext-clamav/workflows/Tests/badge.svg?branch=main)](https://github.com/DataShades/ckanext-clamav/actions) # ckanext-clamav @@ -31,7 +31,7 @@ To install ckanext-clamav: 2. Clone the source and install it on the virtualenv ``` - git clone https://github.com/mutantsan/ckanext-clamav.git + git clone https://github.com/DataShades/ckanext-clamav.git cd ckanext-clamav pip install -e . pip install -r requirements.txt @@ -79,7 +79,7 @@ To install ckanext-clamav: To install ckanext-clamav for development, activate your CKAN virtualenv and do: - git clone https://github.com/mutantsan/ckanext-clamav.git + git clone https://github.com/DataShades/ckanext-clamav.git cd ckanext-clamav python setup.py develop pip install -r dev-requirements.txt diff --git a/pyproject.toml b/pyproject.toml index 858d2c4..90ed8a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ dependencies = [] license = {text = "AGPL"} requires-python = ">=3.8" -version = "1.0.31" +version = "1.0.32" [project.entry-points."ckan.plugins"] clamav="ckanext.clamav.plugin:ClamavPlugin"