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/",