~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:40:53 UTC
  • mto: (464.1.1 mod-wsgi)
  • mto: This revision was merged to the branch mainline in revision 465.
  • Revision ID: toshio@fedoraproject.org-20100418174053-2hnyfl74cigmwvgq
Update the setuo.py script to install the new files; update README.mod_wsgi
with all the steps when you install from source

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