From 9b84650351a97ef4699e0b22d591ab50e7b548d8 Mon Sep 17 00:00:00 2001 From: Felix Patzelt Date: Sun, 17 Apr 2022 13:57:41 +0200 Subject: [PATCH] fix: long description indentation --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 0144504..bd1c407 100644 --- a/setup.py +++ b/setup.py @@ -4,8 +4,7 @@ name='colorednoise', version='2.0.0', description='Generate Gaussian (1/f)**beta noise (e.g. pink noise)', - long_description=""" - Generate Gaussian distributed noise with a power law spectrum. + long_description="""Generate Gaussian distributed noise with a power law spectrum. Based on the algorithm in Timmer, J. and Koenig, M.: On generating power law noise.