~ubuntu-branches/ubuntu/wily/prewikka/wily

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Chifflier
  • Date: 2008-07-02 16:49:06 UTC
  • mfrom: (6.1.2 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080702164906-q2bkfn6i40hd95tt
Tags: 0.9.14-2
* Update watch file
* Bump Standards version to 3.8.0 (no changes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
from Cheetah.CheetahWrapper import CheetahWrapper
37
37
 
38
38
 
39
 
PREWIKKA_VERSION = "0.9.11.4"
 
39
PREWIKKA_VERSION = "0.9.14"
40
40
 
41
41
from fnmatch import fnmatch
42
42
from distutils.dep_util import newer
223
223
      url = "http://www.prelude-ids.org",
224
224
      packages=[ 'prewikka', 'prewikka.views', 'prewikka.templates',
225
225
                 'prewikka.modules',
226
 
                 'prewikka.modules.auth', 'prewikka.modules.auth.loginpassword', 'prewikka.modules.auth.cgi' ],
 
226
                 'prewikka.modules.auth', 'prewikka.modules.auth.anonymous', 'prewikka.modules.auth.loginpassword', 'prewikka.modules.auth.cgi' ],
227
227
      data_files=[ ("share/prewikka/cgi-bin", [ "cgi-bin/prewikka.cgi" ]),
228
228
                   ("share/prewikka/htdocs/images", glob.glob("htdocs/images/*")),
229
229
                   ("share/prewikka/htdocs/css", glob.glob("htdocs/css/*.css")),