# HG changeset patch # User Paul Boddie # Date 1358626445 -3600 # Node ID a30675efb1c235bf7b31bd5f34714ced9319ecb8 # Parent 6659510890acfc164a272068e14a93658d416f81 Added new module to the setup script. diff -r 6659510890ac -r a30675efb1c2 setup.py --- a/setup.py Sat Jan 19 16:18:37 2013 +0100 +++ b/setup.py Sat Jan 19 21:14:05 2013 +0100 @@ -9,7 +9,7 @@ author_email = "paul@boddie.org.uk", url = "http://hgweb.boddie.org.uk/MoinSupport", version = "0.2", - py_modules = ["DateSupport", "GeneralSupport", "LocationSupport", - "MoinDateSupport", "MoinRemoteSupport", "MoinSupport", - "ViewSupport"] + py_modules = ["ContentTypeSupport", "DateSupport", "GeneralSupport", + "LocationSupport", "MoinDateSupport", "MoinRemoteSupport", + "MoinSupport", "ViewSupport"] )