~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Matt Nordhoff
  • Date: 2009-04-09 17:19:11 UTC
  • mfrom: (324.1.1 trunk)
  • Revision ID: mnordhoff@mattnordhoff.com-20090409171911-2xb66d8ts6gf0dnp
Mention bug # for branches served through http in NEWS. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
    packages = ["loggerhead",
35
35
                "loggerhead/apps",
36
36
                "loggerhead/controllers",
37
 
                "loggerhead/templates",
38
 
                "bzrlib.plugins.loggerhead"],
39
 
    package_dir={'bzrlib.plugins.loggerhead':'.'},
 
37
                "loggerhead/templates"],
40
38
    package_data = {"loggerhead": ["templates/*.pt",
41
39
                                   "static/css/*.css",
42
40
                                   "static/javascript/*.js",