mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 04:39:26 +01:00
DDG: update plugin metadata
This commit is contained in:
parent
2b567c5ef9
commit
ac4ca4950d
@ -39,19 +39,19 @@ import supybot.world as world
|
|||||||
# in here if you're keeping the plugin in CVS or some similar system.
|
# in here if you're keeping the plugin in CVS or some similar system.
|
||||||
__version__ = ""
|
__version__ = ""
|
||||||
|
|
||||||
__author__ = getattr(supybot.authors, 'jlu',
|
__author__ = supybot.authors.jlu
|
||||||
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
|
__maintainer__ = supybot.authors.limnoria_core
|
||||||
|
|
||||||
# This is a dictionary mapping supybot.Author instances to lists of
|
# This is a dictionary mapping supybot.Author instances to lists of
|
||||||
# contributions.
|
# contributions.
|
||||||
__contributors__ = {}
|
__contributors__ = {}
|
||||||
|
|
||||||
# This is a url where the most recent plugin package can be downloaded.
|
# This is a url where the most recent plugin package can be downloaded.
|
||||||
__url__ = 'https://github.com/jlu5/SupyPlugins/'
|
__url__ = 'https://github.com/ProgVal/Limnoria/tree/testing/plugins/DDG'
|
||||||
|
|
||||||
from . import config
|
from . import config
|
||||||
from . import plugin
|
from . import plugin
|
||||||
from imp import reload
|
from importlib import reload
|
||||||
# In case we're being reloaded.
|
# In case we're being reloaded.
|
||||||
reload(config)
|
reload(config)
|
||||||
reload(plugin)
|
reload(plugin)
|
||||||
|
Loading…
Reference in New Issue
Block a user