From e8d39ccb9ee2bf12c8210b75e3c38d2189b8e7f9 Mon Sep 17 00:00:00 2001 From: Tronic Date: Tue, 25 Jan 2022 14:47:00 +0000 Subject: [PATCH] Fix description --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9539b36..6d2f174 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="gsitegen", author="Govindas", author_email="govindas@govindas.invalid", - description="File and message encryption GUI and CLI", + description="Static site generator", long_description=open("README.md").read(), long_description_content_type="text/markdown", url="https://git.limework.net/Govindas/SiteGenerator",