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