From 00e30efbd1c92bc0b25ec1e01d5bf2b9fe34f222 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dion=20H=C3=A4fner?= Date: Thu, 29 Oct 2020 10:39:43 +0100 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0f95cba..8bfd201 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( # metadata name='fowd', - description='A free ocean wave dataset and processing framework, ready for your ML application.', + description='Processing framework for FOWD, a free ocean wave dataset, ready for your ML application.', long_description=long_description, long_description_content_type='text/markdown', url='https://github.com/dionhaefner/FOWD',