From 4b3f2431dfc5c456e6c2dc66abed30b06fda816e Mon Sep 17 00:00:00 2001 From: roll Date: Fri, 25 Sep 2020 17:34:15 +0300 Subject: [PATCH] Updated short description for PyPi --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9384314ce6..90033ce55b 100644 --- a/setup.py +++ b/setup.py @@ -98,7 +98,7 @@ def read(*paths): zip_safe=False, long_description=README, long_description_content_type="text/markdown", - description="Frictionless is a data framework", + description="Frictionless is a framework to describe, extract, validate, and transform tabular data", author="Open Knowledge Foundation", author_email="info@okfn.org", url="https://github.com/frictionlessdata/frictionless-py",