#!/usr/bin/env python

from distutils.core import setup

setup(name = "htmltmpl",
      version = "1.22",
      description = "Templating engine for separation of code and HTML.",
      author = "Tomas Styblo",
      author_email = "tripie@cpan.org",
      url = "http://htmltmpl.sourceforge.net/",
      license = "GNU GPL",
      py_modules = ['htmltmpl', 'easydoc', 'easydocp']
     )
