~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Martin Albisetti
  • Date: 2008-07-29 20:42:25 UTC
  • mto: This revision was merged to the branch mainline in revision 188.
  • Revision ID: argentina@gmail.com-20080729204225-1vxgw91s32gfywy0
Include templates in setup

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
    scripts = ["start-loggerhead", "stop-loggerhead", "serve-branches"],
42
42
    packages = ["loggerhead",
43
43
               ],
 
44
    package_data = {"loggerhead":["templates/*"]},
44
45
    data_files=[
45
46
                ('share/man/man1',['start-loggerhead.1', 'stop-loggerhead.1']),
46
47
                ('share/doc/loggerhead', ['loggerhead.conf.example'])