# short and simple

from distutils.core import setup

setup(name = "PyRSS2Gen",
      version = "1.1",
      description = "Generate RSS2 using a Python data structure",
      author = "Andrew Dalke",
      author_email = "dalke@dalkescientific.com",
      url = "http://dalkescientific.com/Python/PyRSS2Gen.html",
      license = "BSD",
      py_modules = ["PyRSS2Gen"])
