From 60eb3b0e61037035f85b217e7cf75ecb192f3817 Mon Sep 17 00:00:00 2001 From: Vincent Emonet Date: Tue, 5 Dec 2023 14:45:40 +0100 Subject: [PATCH] desc --- README.md | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2ba1669..c4ee2fb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
-# πŸ”Ž CSVW ontomap πŸ—ΊοΈ +# πŸ”Ž CSVW OntoMap πŸ—ΊοΈ [![PyPI - Version](https://img.shields.io/pypi/v/csvw-ontomap.svg?logo=pypi&label=PyPI&logoColor=silver)](https://pypi.org/project/csvw-ontomap/) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/csvw-ontomap.svg?logo=python&label=Python&logoColor=silver)](https://pypi.org/project/csvw-ontomap/) @@ -9,7 +9,7 @@ [![Test package](https://github.com/vemonet/csvw-ontomap/actions/workflows/test.yml/badge.svg)](https://github.com/vemonet/csvw-ontomap/actions/workflows/test.yml) [![Publish package](https://github.com/vemonet/csvw-ontomap/actions/workflows/publish.yml/badge.svg)](https://github.com/vemonet/csvw-ontomap/actions/workflows/publish.yml) -[![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg){ loading=lazy .off-glb }](https://github.com/pypa/hatch) [![linting - Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json){ loading=lazy .off-glb }](https://github.com/astral-sh/ruff) [![code style - Black](https://img.shields.io/badge/code%20style-black-000000.svg){ loading=lazy .off-glb }](https://github.com/psf/black) [![types - Mypy](https://img.shields.io/badge/types-Mypy-blue.svg){ loading=lazy .off-glb }](https://github.com/python/mypy) +[![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch) [![linting - Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) [![code style - Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![types - Mypy](https://img.shields.io/badge/types-Mypy-blue.svg)](https://github.com/python/mypy)
diff --git a/pyproject.toml b/pyproject.toml index bada0ff..b54600f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] requires-python = ">=3.8" name = "csvw-ontomap" -description = "Generate CSVW (CSV on the Web) metadata for CSV file. Automatically extract columns datatypes, if they are categorical, which values are accepted." +description = "Generate CSVW (CSV on the Web) metadata for CSV files. Automatically extract columns datatypes, if they are categorical, which values are accepted, and map columns to ontology terms." readme = "README.md" license = { file = "LICENSE.txt" } authors = [