From 9f149a25bde6e26aad31b019a083734b341c2424 Mon Sep 17 00:00:00 2001 From: David Kane Date: Mon, 9 Oct 2023 00:52:26 +0100 Subject: [PATCH] update github repo location --- README.md | 2 +- docs/index.md | 2 +- mkdocs.yml | 2 +- pyproject.toml | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9509353..38c4458 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ixbrl-parse -![Test status](https://github.com/drkane/ixbrl-parse/workflows/tests/badge.svg) +![Test status](https://github.com/kanedata/ixbrl-parse/workflows/tests/badge.svg) [![PyPI version](https://img.shields.io/pypi/v/ixbrlparse)](https://pypi.org/project/ixbrlparse/) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ixbrlparse) ![PyPI - License](https://img.shields.io/pypi/l/ixbrlparse) diff --git a/docs/index.md b/docs/index.md index 0c718bb..74e0179 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,6 @@ # ixbrlParse -![Test status](https://github.com/drkane/ixbrl-parse/workflows/tests/badge.svg) +![Test status](https://github.com/kanedata/ixbrl-parse/workflows/tests/badge.svg) [![PyPI version](https://img.shields.io/pypi/v/ixbrlparse)](https://pypi.org/project/ixbrlparse/) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ixbrlparse) ![PyPI - License](https://img.shields.io/pypi/l/ixbrlparse) diff --git a/mkdocs.yml b/mkdocs.yml index dea8b69..db07d05 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,5 +1,5 @@ site_name: ixbrlParse -repo_url: https://github.com/drkane/ixbrl-parse +repo_url: https://github.com/kanedata/ixbrl-parse site_description: A python module for getting useful data out of ixbrl files. site_author: David Kane theme: diff --git a/pyproject.toml b/pyproject.toml index 52cfbe3..17a25ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,10 +27,10 @@ dependencies = ["click", "beautifulsoup4", "lxml", "word2number", "pluggy>=1"] docs = ["mkdocs", "mkdocs-material", "mkdocstrings[python]"] [project.urls] -Homepage = "https://github.com/drkane/ixbrl-parse" +Homepage = "https://github.com/kanedata/ixbrl-parse" Documentation = "https://ixbrl-parse.readthedocs.io/" -Issues = "https://github.com/drkane/ixbrl-parse/issues" -Source = "https://github.com/drkane/ixbrl-parse" +Issues = "https://github.com/kanedata/ixbrl-parse/issues" +Source = "https://github.com/kanedata/ixbrl-parse" [project.scripts] ixbrlparse = "ixbrlparse.cli:ixbrlparse"