From f9e41f2bfaf163eea001a71f77d8e274e812e4b5 Mon Sep 17 00:00:00 2001 From: Fabian Joswig Date: Mon, 1 Aug 2022 17:24:21 +0100 Subject: [PATCH] build: description updated. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f14599a3..4e3326ef 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ with open(convert_path('pyerrors/version.py')) as ver_file: setup(name='pyerrors', version=version['__version__'], - description='Error analysis for lattice QCD', + description='Statistical error analysis for Monte Carlo simulations', long_description=long_description, long_description_content_type='text/markdown', url="https://github.com/fjosw/pyerrors",