diff --git a/docs/source/conf.py b/docs/source/conf.py index b76f0cf..87b3e31 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.' + '' ) # -*- coding: utf-8 -*- 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 23fb172..cc0368f 100644 --- a/lml.yml +++ b/lml.yml @@ -10,4 +10,5 @@ release: "0.0.4" copyright_year: 2017-2018 license: New BSD dependencies: [] -description: "Load me later. A loading plugin management system." +description: "Load me later. A lazy plugin management system." + diff --git a/setup.py b/setup.py index 9e9fb1e..024eb63 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ VERSION = '0.0.4' 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.4.tar.gz' % URL