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

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2011-11-04 13:36:01 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20111104133601-n9kx11nmgbia9ura
Tags: 0.4.2+bzr118-1
* New upstream snapshot.
* Switch to debhelper 7, drop cdbs.
* Switch to dh_python2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
        'Topic :: Software Development :: Version Control',
34
34
        # see http://pypi.python.org/pypi?:action=list_classifiers for more
35
35
    ],
36
 
    packages=['tracbzr'],
 
36
    packages=['tracbzr', 'bzrlib.plugins.trac'],
 
37
    package_dir={'bzrlib.plugins.trac':'bzrplugin'},
37
38
    entry_points={'trac.plugins': 'bzr = tracbzr.backend'},
38
39
#    install_requires=[
39
40
#        'Trac >=0.10, <0.13',