Skip to content

Commit

Permalink
desc
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Dec 5, 2023
1 parent 8324a0d commit 60eb3b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div align="center">

# 🔎 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/)
Expand All @@ -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)

</div>

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 60eb3b0

Please sign in to comment.