ApproveChanges

setup.py

30:623d4bb10f11
2013-11-05 Paul Boddie Removed the ApprovalQueueUser, making use of a special security policy instead.
     1 #! /usr/bin/env python     2      3 from distutils.core import setup     4      5 setup(     6     name         = "ApproveChanges",     7     description  = "Queue changes to Wiki pages for subsequent approval",     8     author       = "Paul Boddie",     9     author_email = "paul@boddie.org.uk",    10     url          = "http://moinmo.in/ActionMarket/ApproveChanges",    11     version      = "0.2",    12     py_modules   = ["ApproveChangesSupport"]    13     )