vContent

setup.py

32:f12a799ce9aa
2013-09-08 Paul Boddie Updated release information.
     1 #! /usr/bin/env python     2      3 from distutils.core import setup     4      5 setup(     6     name         = "vContent",     7     description  = "Parsing and serialisation of iCalendar/vCalendar-style data",     8     author       = "Paul Boddie",     9     author_email = "paul@boddie.org.uk",    10     version      = "0.2",    11     py_modules   = ["vContent", "vCalendar"]    12     )