summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPratyush Desai2021-07-16 22:34:15 +0530
committerPratyush Desai2021-07-16 22:34:15 +0530
commit6c5c9a989f6713e04210bfb4cb63384373ca16d3 (patch)
tree096034ff4b21484cf158bb8c7fdbedf269ffef94
parent83438a522db3061378d8f5db14b2ebb4fd17dc5e (diff)
downloadegoserv-6c5c9a989f6713e04210bfb4cb63384373ca16d3.tar.gz
egoserv-6c5c9a989f6713e04210bfb4cb63384373ca16d3.tar.bz2
egoserv-6c5c9a989f6713e04210bfb4cb63384373ca16d3.zip
add metadataHEADmaster
-rw-r--r--__init__.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/__init__.py b/__init__.py
index 2d9ffae..69d4b42 100644
--- a/__init__.py
+++ b/__init__.py
@@ -37,10 +37,14 @@ import supybot
from supybot import world
# Use this for the version of this plugin.
-__version__ = ""
+__version__ = "0.1.1"
# 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
# contributions.