from distutils.core import setup

setup(
    name = 'HTMLgen',
    version = "VERSION",
    packages = [''],
    )