📚 update project description

This commit is contained in:
chfw 2018-06-12 23:28:41 +01:00
parent 2a9911fde9
commit c07b353511
5 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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

View File

@ -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."
description: "Load me later. A loading 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 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