2009-04-04 | Paul Boddie | raw annotate files changeset graph | Update setup.py! |
1 #! /usr/bin/env python 2 3 from distutils.core import setup 4 5 setup( 6 name = "EventAggregator", 7 description = "Aggregate event data and display it in an event calendar (or summarise it in iCalendar and RSS resources)", 8 author = "Paul Boddie", 9 author_email = "paul@boddie.org.uk", 10 url = "http://moinmo.in/MacroMarket/EventAggregator", 11 version = "0.2", 12 py_modules = ["EventAggregatorSupport"] 13 )