🐛 fix the documentation's description

This commit is contained in:
chfw 2018-06-13 00:00:01 +01:00
parent b8a9f6a809
commit 41220e8c55
4 changed files with 4 additions and 4 deletions

View File

@ -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 = [

View File

@ -1,4 +1,4 @@
`lml` - Load me later. A loading plugin management system.
`lml` - Load me later. A lazy plugin management system.
================================================================================

View File

@ -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."
description: "Load me later. A lazy plugin management system."

View File

@ -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