diff --git a/sg.py b/sg.py
index 60bd59b..69bb6c3 100755
--- a/sg.py
+++ b/sg.py
@@ -16,6 +16,15 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see .
+
+"""Small static site generator.
+"""
+
+
+__author__ = "Bastian Venthur "
+__version__ = "1.0"
+
+
import sys
import os
import shutil