From 9fe17847f5cae564eddbc6123d06b1bccbd032c4 Mon Sep 17 00:00:00 2001 From: Joseph Weston Date: Thu, 12 Dec 2019 15:37:41 +0100 Subject: [PATCH] correct short description in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1d4dcfb90..0b9bd474d 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ def get_version_and_cmdclass(package_name): setup( name="adaptive", - description="Adaptive parallel sampling of mathematical functions", + description="Parallel active learning of mathematical functions", version=version, python_requires=">=3.6", url="https://adaptive.readthedocs.io/",