Added Docstring, author and version.

This commit is contained in:
Bastian Venthur
2010-08-29 12:07:51 +02:00
parent f2ad8de6ae
commit 2a61d1ad7e

9
sg.py
View File

@@ -16,6 +16,15 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
"""Small static site generator.
"""
__author__ = "Bastian Venthur <venthur@debian.org>"
__version__ = "1.0"
import sys
import os
import shutil