# HG changeset patch # User Paul Boddie # Date 1342477535 -7200 # Node ID 9f58613d4d5b36e523d8f867a210de293c1ce98b # Parent f1b4f05a4801571e762c5b031f08b327141c4db9 Added missing module. diff -r f1b4f05a4801 -r 9f58613d4d5b setup.py --- a/setup.py Tue Jul 17 00:24:08 2012 +0200 +++ b/setup.py Tue Jul 17 00:25:35 2012 +0200 @@ -9,5 +9,5 @@ author_email = "paul@boddie.org.uk", url = "http://hgweb.boddie.org.uk/MoinSupport", version = "0.2", - py_modules = ["DateSupport", "LocationSupport", "MoinDateSupport", "MoinSupport"] + py_modules = ["DateSupport", "LocationSupport", "MoinDateSupport", "MoinRemoteSupport", "MoinSupport"] )