diff --git a/README.md b/MLBScores/README.md similarity index 100% rename from README.md rename to MLBScores/README.md diff --git a/__init__.py b/MLBScores/__init__.py similarity index 89% rename from __init__.py rename to MLBScores/__init__.py index 44fb783..6070166 100644 --- a/__init__.py +++ b/MLBScores/__init__.py @@ -40,14 +40,17 @@ import supybot.world as world __version__ = "" # XXX Replace this with an appropriate author or supybot.Author instance. -__author__ = supybot.authors.unknown +__author__ = supybot.Author('cottongin', 'cottongin', + 'cottongin@cottongin.club') +__maintainer__ = getattr(supybot.authors, 'oddluck', + supybot.Author('oddluck', 'oddluck', 'oddluck@riseup.net')) # This is a dictionary mapping supybot.Author instances to lists of # contributions. __contributors__ = {} # This is a url where the most recent plugin package can be downloaded. -__url__ = '' +__url__ = 'https://github.com/oddluck/limnoria-plugins/' from . import config from . import plugin diff --git a/config.py b/MLBScores/config.py similarity index 100% rename from config.py rename to MLBScores/config.py diff --git a/inputParser.py b/MLBScores/inputParser.py similarity index 100% rename from inputParser.py rename to MLBScores/inputParser.py diff --git a/plugin.py b/MLBScores/plugin.py similarity index 100% rename from plugin.py rename to MLBScores/plugin.py diff --git a/requirements.txt b/MLBScores/requirements.txt similarity index 100% rename from requirements.txt rename to MLBScores/requirements.txt diff --git a/test.py b/MLBScores/test.py similarity index 100% rename from test.py rename to MLBScores/test.py diff --git a/local/__init__.py b/local/__init__.py deleted file mode 100644 index e86e97b..0000000 --- a/local/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# Stub so local is a module, used for third-party modules