~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Toshio Kuratomi
  • Date: 2010-04-18 17:55:33 UTC
  • mto: (464.1.1 mod-wsgi)
  • mto: This revision was merged to the branch mainline in revision 465.
  • Revision ID: toshio@fedoraproject.org-20100418175533-bmrymlv9ir7v7jwg
Merge README.mod_wsgi into the installation instructions in docs/index.rst and add mod_wsgi note to NEWS

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 = ["start-loggerhead",
 
34
               "stop-loggerhead",
 
35
               "serve-branches",
 
36
               "loggerhead.wsgi"],
37
37
    packages = ["loggerhead",
38
38
                "loggerhead/apps",
39
39
                "loggerhead/controllers",
67
67
                                   "static/javascript/yui/build/yui-base/*",
68
68
                                   "static/images/*"]},
69
69
    data_files = [
70
 
        ('share/man/man1', ['serve-branches.1']),
 
70
        ('share/man/man1', ['start-loggerhead.1',
 
71
                            'stop-loggerhead.1',
 
72
                            'serve-branches.1']),
71
73
        ('share/doc/loggerhead', ['loggerhead.conf.example',
 
74
                                  'README.mod_wsgi',
72
75
                                  'apache-loggerhead.conf',
73
76
                                  'bazaar.conf']),
74
77
        ],