From cb019f97f178f3ef3319911c880f1193c0bdda33 Mon Sep 17 00:00:00 2001 From: ChocoParrot Date: Tue, 14 Sep 2021 09:23:51 +0800 Subject: [PATCH] [refactor] v1.5 description --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fe7384b..c1872c4 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ version="1.5", author="ChocoParrot", author_email="lachocoparrot@gmail.com", - description="ORFFinder API.", + description="Open Reading Frame finder natively coded in Python.", long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/Chokyotager/ORFFinder",