add metadata
This commit is contained in:
parent
83438a522d
commit
6c5c9a989f
@ -37,10 +37,14 @@ import supybot
|
|||||||
from supybot import world
|
from supybot import world
|
||||||
|
|
||||||
# Use this for the version of this plugin.
|
# Use this for the version of this plugin.
|
||||||
__version__ = ""
|
__version__ = "0.1.1"
|
||||||
|
|
||||||
# XXX Replace this with an appropriate author or supybot.Author instance.
|
# XXX Replace this with an appropriate author or supybot.Author instance.
|
||||||
__author__ = supybot.authors.unknown
|
if not hasattr(supybot.authors, 'mogad0n'):
|
||||||
|
supybot.authors.mogad0n =supybot.Author('Pratyush Desai', 'mogad0n',
|
||||||
|
'pratyushndesai@gmail.com')
|
||||||
|
|
||||||
|
__author__ = supybot.authors.mogad0n
|
||||||
|
|
||||||
# This is a dictionary mapping supybot.Author instances to lists of
|
# This is a dictionary mapping supybot.Author instances to lists of
|
||||||
# contributions.
|
# contributions.
|
||||||
|
Reference in New Issue
Block a user