~jteh/trac-bzr/newDeps

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Jelmer Vernooij
  • Date: 2011-08-31 14:25:37 UTC
  • mfrom: (112.1.2 close-bugs)
  • mto: This revision was merged to the branch mainline in revision 118.
  • Revision ID: jelmer@samba.org-20110831142537-h2qyw1mak2qvplmj
merge bzr plugin with close-trac-bugs command.

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