From 884b925cf927ffa1ef3be65e4ce095c570aebb92 Mon Sep 17 00:00:00 2001 From: Neel Gala Date: Tue, 6 Aug 2019 10:27:20 +0530 Subject: [PATCH] updating description in setup.py [ci skip] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 01553fd..f48e56f 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ def read(*parts): setup(name="riscv_config", version=riscv_config.__version__, - description="RISC-V Featrue Legalizer by Incoresemi Ltd.", + description="RISC-V Configuration Validator", long_description=long_description, classifiers=[ "Programming Language :: Python :: 3.7",