~ubuntu-branches/debian/sid/trac-bzr/sid

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Bazaar Package Importer
  • Author(s): Chris Lamb
  • Date: 2007-03-09 03:58:13 UTC
  • Revision ID: james.westby@ubuntu.com-20070309035813-0r5afx119wmgkdda
Tags: 0.2+bzr31-2
Changed bzr dependency to >= 0.13. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
      Control System. See %s for more details.
18
18
      """ % TracBzr,
19
19
      packages=['tracbzr'],
20
 
      data_files=['COPYING','README'],
 
20
      #data_files=['COPYING','README'],
21
21
      entry_points={'trac.plugins': 'bzr = tracbzr.backend'})