~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Martin Albisetti
  • Date: 2008-07-31 04:49:11 UTC
  • mto: This revision was merged to the branch mainline in revision 197.
  • Revision ID: argentina@gmail.com-20080731044911-yqr4lxfu19hyf1uz
install_data isnt needed  :)

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
                ('share/man/man1',['start-loggerhead.1', 'stop-loggerhead.1']),
39
39
                ('share/doc/loggerhead', ['loggerhead.conf.example'])
40
40
               ],
41
 
    cmdclass={'install_data':install_data}
42
41
    )
43
42