From c07b353511b6a1a359eac3d7a3d610136381b295 Mon Sep 17 00:00:00 2001 From: chfw Date: Tue, 12 Jun 2018 23:28:41 +0100 Subject: [PATCH] :books: update project description --- README.rst | 2 +- docs/source/conf.py | 2 +- docs/source/index.rst | 2 +- lml.yml | 4 ++-- setup.py | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 437dc8e..665349a 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ ================================================================================ -lml - Load me later. A lazy loading plugin management system. +lml - Load me later. A lazy plugin management system. ================================================================================ .. image:: https://api.travis-ci.org/chfw/lml.svg diff --git a/docs/source/conf.py b/docs/source/conf.py index 62d2c80..ec0cffd 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- DESCRIPTION = ( - 'Load me later. A lazy loading plugin management system.' + + 'Load me later. A loading plugin management system.' + '' ) extensions = [ diff --git a/docs/source/index.rst b/docs/source/index.rst index 86daf7f..616adf0 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -1,4 +1,4 @@ -`lml` - Load me later. A lazy loading plugin management system. +`lml` - Load me later. A loading plugin management system. ================================================================================ diff --git a/lml.yml b/lml.yml index b948f30..17b69a0 100644 --- a/lml.yml +++ b/lml.yml @@ -1,5 +1,5 @@ name: "lml" -full_name: "Load me later. A lazy loading plugin management system." +full_name: "Load me later. A lazy plugin management system." organisation: "chfw" author: "C.W." contact: "wangc_2011@hotmail.com" @@ -10,4 +10,4 @@ release: "0.0.2" copyright_year: 2017 license: New BSD dependencies: [] -description: "Load me later. A lazy loading plugin management system." \ No newline at end of file +description: "Load me later. A loading plugin management system." \ No newline at end of file diff --git a/setup.py b/setup.py index 63c828d..dde0d1f 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 lazy loading plugin management system.' + 'Load me later. A loading plugin management system.' ) URL = 'https://github.com/chfw/lml' DOWNLOAD_URL = '%s/archive/0.0.2.tar.gz' % URL