# HG changeset patch # User Paul Boddie # Date 1238881783 -7200 # Node ID 4c5a37a0fb7a69fa4ee361a8d51bc40a2d7d066f # Parent 913b2765fc665df3b583434c68ea47ceb0222ac4 Update setup.py! diff -r 913b2765fc66 -r 4c5a37a0fb7a README.txt --- a/README.txt Sat Apr 04 23:48:48 2009 +0200 +++ b/README.txt Sat Apr 04 23:49:43 2009 +0200 @@ -157,6 +157,7 @@ Update the EventAggregatorSupport.py __version__ attribute and the setup.py version details. Change the version number and package filename/directory in the documentation. +Update the setup.py file. Update the release notes (see above). Tag, export. Archive, upload. diff -r 913b2765fc66 -r 4c5a37a0fb7a setup.py --- a/setup.py Sat Apr 04 23:48:48 2009 +0200 +++ b/setup.py Sat Apr 04 23:49:43 2009 +0200 @@ -4,10 +4,10 @@ setup( name = "EventAggregator", - description = "Aggregate event data and display it in an event calendar (or summarise it in an iCalendar resource)", + description = "Aggregate event data and display it in an event calendar (or summarise it in iCalendar and RSS resources)", author = "Paul Boddie", author_email = "paul@boddie.org.uk", url = "http://moinmo.in/MacroMarket/EventAggregator", - version = "0.1", + version = "0.2", py_modules = ["EventAggregatorSupport"] )