~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Andrew Bennetts
  • Date: 2011-06-28 10:58:27 UTC
  • Revision ID: andrew.bennetts@canonical.com-20110628105827-ybvrp9o7rx0o0z06
Fix test failure: Update test_controllers for recent changes to AnnotateUI.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
    license = "GNU GPL v2 or later",
31
31
    maintainer = "Michael Hudson",
32
32
    maintainer_email = "michael.hudson@canonical.com",
33
 
    scripts = [
34
 
        "serve-branches",
35
 
        "loggerhead.wsgi",
36
 
        ],
 
33
    scripts = ["serve-branches"],
37
34
    packages = ["loggerhead",
38
35
                "loggerhead/apps",
39
36
                "loggerhead/controllers",
68
65
                                   "static/images/*"]},
69
66
    data_files = [
70
67
        ('share/man/man1', ['serve-branches.1']),
71
 
        ('share/doc/loggerhead', ['loggerhead.conf.example',
72
 
                                  'apache-loggerhead.conf',
73
 
                                  'bazaar.conf']),
74
68
        ],
75
69
    )