From f340a3b304a8ff053a241cae83bf124282a35d64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Mon, 9 Oct 2023 13:07:06 +0200 Subject: [PATCH] DOC: update one-liner description --- README.md | 9 +++------ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d69dde7..e44e537 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,10 @@ # `idefix_cli` -`idefix_cli` is command line framework to facilitate working with -[Idefix](https://github.com/idefix-code/idefix), written by -[Lesur et al](https://ui.adsabs.harvard.edu/abs/2023arXiv230413746L/abstract). +`idefix_cli` is a command line utility belt for [Idefix](https://github.com/idefix-code/idefix). -It defines a `idfx` command namespace, ships with a collection of common helper -script (`idfx conf`, `idfx run`, ...), and can be extended to include arbitrary -helper scripts. +It defines a `idfx` command familly. The builtin command set (`idfx conf`, `idfx run`, +...) can be extended to include arbitrary helper scripts. ## Installation diff --git a/pyproject.toml b/pyproject.toml index 0fff328..ffb9c30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "idefix_cli" -description = "A CLI to automate mundane tasks with Idefix" +description = "A command line utility belt for Idefix" authors = [ { name = "C.M.T. Robert" }, ]