From cc2621e6ff63615173e29703b2d613f570365ff5 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Tue, 8 Oct 2019 17:36:24 +0200 Subject: [PATCH] Change description --- setup.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/setup.py b/setup.py index a0f765e..8d009d8 100644 --- a/setup.py +++ b/setup.py @@ -10,9 +10,6 @@ with open("README.md", "r") as fh: conf = [] templates = [] -short_description = """An essential toolset that eases WordPress - site and server administration""" - for name in glob.glob('config/plugins.d/*.conf'): conf.insert(1, name) @@ -27,7 +24,7 @@ if not os.path.exists('/var/lib/wo/tmp/'): setup(name='wordops', version='3.9.9.3', - description=short_description, + description='WordPress & server administration toolset', long_description=long_description, long_description_content_type="text/markdown", classifiers=[