From e72f679e4916174a0f98a6e8cac43bb986270891 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Fri, 8 Mar 2019 00:58:51 +0100 Subject: Say 'implementation' instead of 'parser' in description Does more than just parsing. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1feca64..28d0d42 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name="kconfiglib", # MAJOR.MINOR.PATCH, per http://semver.org version="10.39.0", - description="A flexible Python Kconfig parser", + description="A flexible Python Kconfig implementation", # Make sure that README.rst decodes on Python 3 in environments that use # the C locale (which implies ASCII), by explicitly giving the encoding. -- cgit v1.2.3