From c0ffde390137e2b0b03a7ead57358d625c049c65 Mon Sep 17 00:00:00 2001 From: bonnal-enzo Date: Mon, 18 Dec 2023 01:14:31 +0100 Subject: [PATCH] update library's description in README and setup.py --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 50993a3..1bc47cd 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Actions Status](https://github.com/bonnal-enzo/kioss/workflows/test/badge.svg)](https://github.com/bonnal-enzo/kioss/actions) [![Actions Status](https://github.com/bonnal-enzo/kioss/workflows/PyPI/badge.svg)](https://github.com/bonnal-enzo/kioss/actions) -Library to **develop of ETL/EL/ReverseETL** scripts. +Ease the development of ETL/EL/ReverseETL scripts. ## 1. install diff --git a/setup.py b/setup.py index 3683ebf..b4e105c 100644 --- a/setup.py +++ b/setup.py @@ -9,5 +9,5 @@ license='Apache 2.', author='bonnal-enzo', author_email='bonnal.enzo.dev@gmail.com', - description='Keep I/O Simple and Stupid: Library to **develop of ETL/EL/ReverseETL** scripts.' + description='Keep I/O Simple and Stupid: Ease the development of ETL/EL/ReverseETL scripts.' )