From 333ac75f3715ec9e3dcd17e2f0bf7fac4cae995e Mon Sep 17 00:00:00 2001 From: tibuch Date: Tue, 18 May 2021 08:33:06 +0200 Subject: [PATCH] Fix typo. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 81f9c1c..5b4f8c3 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ version="0.1.0", author="Tim-Oliver Buchholz", author_email="tibuch@mpi-cbg.de", - description="cryoCARE is deep learning approach for cryo-TEM tomogram denoising.", + description="cryoCARE is a deep learning approach for cryo-TEM tomogram denoising.", long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/juglab/cryoCARE_pip",