From 001d6aa0ac0eeb90b474289c339569c6e74d3bf6 Mon Sep 17 00:00:00 2001 From: neko404notfound Date: Thu, 21 Jun 2018 09:31:02 +0100 Subject: [PATCH] Removed execution permission. --- src/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/__init__.py b/src/__init__.py index 2d5a342..70933e4 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -5,11 +5,11 @@ Sebi-Machine. """ __author__ = "Annihilator708" -# TODO: add yourselves here. I can't remember everyones handles. __contributors__ = (__author__, "Neko404NotFound", "Dusty.P", "davfsa", "YashKandalkar") + __license__ = "MIT" __title__ = "Sebi-Machine" -__version__ = "tbd" +__version__ = "0.0.1" __repository__ = f"https://github.com/{__author__}/{__title__}" __url__ = __repository__