From 6d4df48f90ba2e20abc4c7c9c5d93fc9c2fc3d51 Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Wed, 5 Jun 2024 13:40:50 +0300 Subject: [PATCH] update description --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b260e1..3328cf1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

RenderCV

-*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) [![coverage](https://coverage-badge.samuelcolvin.workers.dev/sinaatalay/rendercv.svg)](https://coverage-badge.samuelcolvin.workers.dev/redirect/sinaatalay/rendercv) diff --git a/pyproject.toml b/pyproject.toml index 07ee44b..a1badd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ exclude = [ [project] # Under the `project` section, we specify the metadata about RenderCV. name = 'rendercv' -description = 'LaTeX CV generator engine from a YAML input file' +description = 'A LaTeX CV/resume framework' dynamic = [ "version", ] # We will use hatchling to generate the version number