Change description
This commit is contained in:
5
setup.py
5
setup.py
@@ -10,9 +10,6 @@ with open("README.md", "r") as fh:
|
|||||||
conf = []
|
conf = []
|
||||||
templates = []
|
templates = []
|
||||||
|
|
||||||
short_description = """An essential toolset that eases WordPress
|
|
||||||
site and server administration"""
|
|
||||||
|
|
||||||
for name in glob.glob('config/plugins.d/*.conf'):
|
for name in glob.glob('config/plugins.d/*.conf'):
|
||||||
conf.insert(1, name)
|
conf.insert(1, name)
|
||||||
|
|
||||||
@@ -27,7 +24,7 @@ if not os.path.exists('/var/lib/wo/tmp/'):
|
|||||||
|
|
||||||
setup(name='wordops',
|
setup(name='wordops',
|
||||||
version='3.9.9.3',
|
version='3.9.9.3',
|
||||||
description=short_description,
|
description='WordPress & server administration toolset',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
|||||||
Reference in New Issue
Block a user