From f614be896cf919243bc4b6e3a4408dc2993fc023 Mon Sep 17 00:00:00 2001 From: Kristoffer Andersson Date: Tue, 26 Mar 2024 11:31:14 +0100 Subject: [PATCH] docs: use correct name --- ocr-correction-viklofg-sweocr/README.md | 10 ++++++---- ocr-correction-viklofg-sweocr/pyproject.toml | 5 +++-- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/ocr-correction-viklofg-sweocr/README.md b/ocr-correction-viklofg-sweocr/README.md index bc9fe15..c54b137 100644 --- a/ocr-correction-viklofg-sweocr/README.md +++ b/ocr-correction-viklofg-sweocr/README.md @@ -1,12 +1,14 @@ # sparv-sbx-ocr-correction -[![PyPI version](https://badge.fury.io/py/sparv-sbx-ocr-correction.svg)](https://pypi.org/project/sparv-sbx-ocr-correction-viklofg-sweocr) +[![PyPI version](https://badge.fury.io/py/sparv-sbx-ocr-correction-viklofg-sweocr.svg)](https://pypi.org/project/sparv-sbx-ocr-correction-viklofg-sweocr) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/sparv-sbx-ocr-correction-viklofg-sweocr) -[![PyPI - Downloads](https://img.shields.io/pypi/dm/json-arrays)](https://pypi.org/project/sparv-sbx-ocr-correction-viklofg-sweocr/) +[![PyPI - Downloads](https://img.shields.io/pypi/dm/sparv-sbx-ocr-correction-viklofg-sweocr)](https://pypi.org/project/sparv-sbx-ocr-correction-viklofg-sweocr/) [![Maturity badge - level 2](https://img.shields.io/badge/Maturity-Level%202%20--%20First%20Release-yellowgreen.svg)](https://github.com/spraakbanken/getting-started/blob/main/scorecard.md) [![Stage](https://img.shields.io/pypi/status/sparv-sbx-ocr-correction-viklofg-sweocr)](https://pypi.org/project/sparv-sbx-ocr-correction-viklofg-sweocr) +[![CI(release)](https://github.com/spraakbanken/sparv-sbx-ocr-correction/actions/workflows/release-viklofg-sweocr.yml/badge.svg)](https://github.com/spraakbanken/sparv-sbx-ocr-correction/actions/workflows/release-viklofg-sweocr.yml) + Sparv plugin to annotate corrections to OCR:ed documents. ## Install @@ -14,13 +16,13 @@ Sparv plugin to annotate corrections to OCR:ed documents. In a virtual environment: ```bash -pip install sparv-sbx-ocr-correction +pip install sparv-sbx-ocr-correction-viklofg-sweocr ``` or if you have `sparv` installed with `pipx`: ```bash -pipx inject sparv-pipeline sparv-sbx-ocr-correction +pipx inject sparv-pipeline sparv-sbx-ocr-correction-viklofg-sweocr ``` ## Metadata diff --git a/ocr-correction-viklofg-sweocr/pyproject.toml b/ocr-correction-viklofg-sweocr/pyproject.toml index a9857c8..c5b6801 100644 --- a/ocr-correction-viklofg-sweocr/pyproject.toml +++ b/ocr-correction-viklofg-sweocr/pyproject.toml @@ -10,7 +10,8 @@ license = { text = "MIT" } readme = "README.md" requires-python = ">=3.9" classifiers = [ - "Development Status :: 4 - Beta", + "Development Status :: 3 - Alpha", + # "Development Status :: 4 - Beta", # "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", @@ -35,7 +36,7 @@ sbx_ocr_correction_viklofg_sweocr = "sbx_ocr_correction_viklofg_sweocr" [project.urls] Homepage = "https://spraakbanken.gu.se" Repository = "https://github.com/spraakbanken/sparv-sbx-ocr-correction" -"Bug Tracker" = "https://github.com/spraakbanken/sparv-sbx-ocr-correction/issues" +"Bug Tracker" = "https://github.com/spraakbanken/sparv-sbx-ocr-correction/labels/project%3Aocr-correction-viklofg-sweocr" [tool.hatch.build.targets.sdist] exclude = ["/.github", "/docs"]