~jteh/trac-bzr/newDeps

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Jelmer Vernooij
  • Date: 2011-11-04 12:26:23 UTC
  • mfrom: (117.1.6 bzrplugin)
  • Revision ID: jelmer@samba.org-20111104122623-g7w0pn5vf0yctg3d
Merge trac plugin for bzr.

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',