/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Jelmer Vernooij
  • Date: 2018-10-20 17:34:46 UTC
  • mto: (491.6.1 breezy)
  • mto: This revision was merged to the branch mainline in revision 494.
  • Revision ID: jelmer@jelmer.uk-20181020173446-eywejowpq25sg8pw
Rename serve-branches to loggerhead-serve.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
    maintainer = "Michael Hudson",
32
32
    maintainer_email = "michael.hudson@canonical.com",
33
33
    scripts = [
34
 
        "serve-branches",
 
34
        "loggerhead-serve",
35
35
        "loggerhead.wsgi",
36
36
        ],
37
37
    packages = ["loggerhead",
68
68
                                   "static/javascript/yui/build/yui-base/*",
69
69
                                   "static/images/*"]},
70
70
    data_files = [
71
 
        ('share/man/man1', ['serve-branches.1']),
 
71
        ('share/man/man1', ['loggerhead-serve.1']),
72
72
        ('share/doc/loggerhead', ['apache-loggerhead.conf',
73
73
                                  'loggerheadd',
74
74
                                  'breezy.conf']),