From 2a61d1ad7e1b8d25fe685bd926e7d43c43b9be65 Mon Sep 17 00:00:00 2001 From: Bastian Venthur Date: Sun, 29 Aug 2010 12:07:51 +0200 Subject: [PATCH] Added Docstring, author and version. --- sg.py | 9 +++++++++ 1 file changed, 9 insertions(+) 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