~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Michael Hudson
  • Date: 2009-04-27 03:22:23 UTC
  • mfrom: (332.2.8 persist-_rev_info)
  • Revision ID: michael.hudson@canonical.com-20090427032223-trt8by0ec3njgk5m
add the ability to cache the wholehistory data to disk as well as RAM.
cache a much smaller amount of wholehistory data in RAM.

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",