~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: webmaster at geoffish
  • Date: 2011-07-10 22:53:59 UTC
  • mto: (459.2.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 461.
  • Revision ID: webmaster@geoffish.tk-20110710225359-oeairailjy6gzpuk
Fixed buggy merging and removed IDE files

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
    )