Merge branch 'master' into dev

This commit is contained in:
jaska 2018-08-07 22:19:50 +01:00 committed by GitHub
commit 435e2f859e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 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.' +
''
)
# -*- coding: utf-8 -*-

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,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."

View File

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