~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): Jelmer Vernooij
  • Date: 2008-08-01 18:03:14 UTC
  • mfrom: (1.1.1 upstream) (2.1.3 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080801180314-nokyxvypv0aaycnr
Tags: 0.2+bzr45-1
* New upstream snapshot.
 + Adds support for trac 0.11. (Closes: #490193)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/usr/bin/env python2.4
 
1
#!/usr/bin/python
2
2
 
3
3
from setuptools import setup
4
4
 
17
17
      Control System. See %s for more details.
18
18
      """ % TracBzr,
19
19
      packages=['tracbzr'],
20
 
      #data_files=['COPYING','README'],
21
20
      entry_points={'trac.plugins': 'bzr = tracbzr.backend'})