From 72c9591e5a45d7d0c86ee44d8426f1634205c660 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 29 Jan 2023 18:02:20 +0100 Subject: update project description --- README.md | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 82c357c..901e857 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ cmake-common [![Boost (toolsets)](https://github.com/egor-tensin/cmake-common/actions/workflows/boost_toolsets.yml/badge.svg)](https://github.com/egor-tensin/cmake-common/actions/workflows/boost_toolsets.yml) [![Examples (toolsets)](https://github.com/egor-tensin/cmake-common/actions/workflows/example_toolsets.yml/badge.svg)](https://github.com/egor-tensin/cmake-common/actions/workflows/example_toolsets.yml) -Various utilities to help develop C++/CMake projects. +Utilities to help develop C++/CMake projects. Installation ------------ diff --git a/setup.cfg b/setup.cfg index a19415d..56532f4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ name = cmake_common version = 3.4 author = Egor Tensin author_email = Egor.Tensin@gmail.com -description = Various utilities to help develop C++/CMake projects +description = Utilities to help develop C++/CMake projects long_description = file: README.md long_description_content_type = text/markdown license = MIT -- cgit v1.2.3