From 41220e8c5537eb1c0061730ff640402572629769 Mon Sep 17 00:00:00 2001 From: chfw Date: Wed, 13 Jun 2018 00:00:01 +0100 Subject: [PATCH] :bug: fix the documentation's description --- docs/source/conf.py | 2 +- docs/source/index.rst | 2 +- lml.yml | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index bb41cb7..e3a47a4 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- DESCRIPTION = ( - 'Load me later. A loading plugin management system.' + + 'Load me later. A lazy plugin management system.' + '' ) extensions = [ diff --git a/docs/source/index.rst b/docs/source/index.rst index 616adf0..5c577f5 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -1,4 +1,4 @@ -`lml` - Load me later. A loading plugin management system. +`lml` - Load me later. A lazy plugin management system. ================================================================================ diff --git a/lml.yml b/lml.yml index 97f5318..f031f8c 100644 --- a/lml.yml +++ b/lml.yml @@ -10,4 +10,4 @@ release: "0.0.3" copyright_year: 2017-2018 license: New BSD dependencies: [] -description: "Load me later. A loading plugin management system." \ No newline at end of file +description: "Load me later. A lazy plugin management system." diff --git a/setup.py b/setup.py index 43c7d14..ce56e72 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ VERSION = '0.0.3' EMAIL = 'wangc_2011@hotmail.com' LICENSE = 'New BSD' DESCRIPTION = ( - 'Load me later. A loading plugin management system.' + 'Load me later. A lazy plugin management system.' ) URL = 'https://github.com/chfw/lml' DOWNLOAD_URL = '%s/archive/0.0.3.tar.gz' % URL