update description

This commit is contained in:
Sina Atalay 2024-06-05 13:40:50 +03:00
parent 11c6101306
commit 6d4df48f90
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<div align="center"> <div align="center">
<h1>RenderCV</h1> <h1>RenderCV</h1>
*A* $\LaTeX$ *CV/resume framework*. *A* $\LaTeX$ *CV/resume framework*
[![test](https://github.com/sinaatalay/rendercv/actions/workflows/test.yaml/badge.svg?branch=main)](https://github.com/sinaatalay/rendercv/actions/workflows/test.yaml) [![test](https://github.com/sinaatalay/rendercv/actions/workflows/test.yaml/badge.svg?branch=main)](https://github.com/sinaatalay/rendercv/actions/workflows/test.yaml)
[![coverage](https://coverage-badge.samuelcolvin.workers.dev/sinaatalay/rendercv.svg)](https://coverage-badge.samuelcolvin.workers.dev/redirect/sinaatalay/rendercv) [![coverage](https://coverage-badge.samuelcolvin.workers.dev/sinaatalay/rendercv.svg)](https://coverage-badge.samuelcolvin.workers.dev/redirect/sinaatalay/rendercv)

View File

@ -46,7 +46,7 @@ exclude = [
[project] [project]
# Under the `project` section, we specify the metadata about RenderCV. # Under the `project` section, we specify the metadata about RenderCV.
name = 'rendercv' name = 'rendercv'
description = 'LaTeX CV generator engine from a YAML input file' description = 'A LaTeX CV/resume framework'
dynamic = [ dynamic = [
"version", "version",
] # We will use hatchling to generate the version number ] # We will use hatchling to generate the version number