From 3ca70ddfb0431a321282849b1e5939f4e8b459b2 Mon Sep 17 00:00:00 2001 From: Francesco Witte Date: Tue, 14 May 2019 07:51:30 +0200 Subject: [PATCH] adjusted naming --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 168e87a..e94e387 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ def read(fname): description=( 'Cycle Detection in Time Series (CyDeTS). An algorithm to ' 'detect cycles in times series along with their respective ' - 'amplitude and duration.'), + 'depth of cycle and duration.'), url='https://github.com/oemof/cydets', author='Cord Kaldemeyer, Francesco Witte', author_email='francesco.witte@hs-flensburg.de',