~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Martin Albisetti
  • Date: 2008-08-02 19:55:19 UTC
  • mto: This revision was merged to the branch mainline in revision 197.
  • Revision ID: argentina@gmail.com-20080802195519-bz2k9c25h746e73d
Also copy static dir

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 = ["start-loggerhead", "stop-loggerhead", "serve-branches"],
34
 
    packages = ["loggerhead"],
35
 
    package_data = {"loggerhead":["templates/*.pt"]},
 
34
    packages = ["loggerhead", 
 
35
                "loggerhead.apps", 
 
36
                "loggerhead.controllers"],
 
37
    package_data = {"loggerhead":["templates/*.pt", 
 
38
                                  "static/css/*",
 
39
                                  "static/images/*",
 
40
                                  "static/javascript/*"]},
36
41
    data_files = [
37
42
        ('share/man/man1',['start-loggerhead.1', 'stop-loggerhead.1']),
38
43
        ('share/doc/loggerhead', ['loggerhead.conf.example']),