From afa4dc3a1201ccd339c4ad0c47ee148602879117 Mon Sep 17 00:00:00 2001 From: alchav06 <49372118+alchav06@users.noreply.github.com> Date: Tue, 2 Jun 2020 19:17:26 +0200 Subject: [PATCH] Update setup --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e6478ad..a2b5195 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', ], - description="sos4py is a convenience layer for Python environment to access services, extract data, and allow querying from SOS instances.", + description="sos4py is a convenience layer for Python environment to access services from SOS instances.", install_requires=requirements, license="Apache Software License 2.0", long_description=readme + '\n\n' + history,