📚 update email

This commit is contained in:
chfw 2017-10-23 21:46:37 +01:00
parent 1fa95fd064
commit 4e071ba324
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ name: "lml"
full_name: "Load me later. A lazy loading plugin management system."
organisation: "chfw"
author: "C.W."
contact: "wangc_2011(@)hotmail.com"
contact: "wangc_2011@hotmail.com"
company: "Onni Software Ltd."
version: "0.0.2"
current_version: "0.0.2"

View File

@ -10,7 +10,7 @@ PY26 = PY2 and sys.version_info[1] < 7
NAME = 'lml'
AUTHOR = 'C.W.'
VERSION = '0.0.2'
EMAIL = 'wangc_2011(@)hotmail.com'
EMAIL = 'wangc_2011@hotmail.com'
LICENSE = 'New BSD'
DESCRIPTION = (
'Load me later. A lazy loading plugin management system.' +