~richard-wilbur/trac-bzr/fix-2.6.0

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Martin von Gagern
  • Date: 2010-08-10 15:49:03 UTC
  • Revision ID: martin.vgagern@gmx.net-20100810154903-eguqbkr3fbaykj50
Tags: 0.4.0
Prepare for the 0.4.0 release and official Trac 0.12 support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
    name='TracBzr',
13
13
    description='Bazaar plugin for Trac',
14
14
    keywords='trac vcs plugin bazaar bzr',
15
 
    version='0.3.3',
 
15
    version='0.4.0',
16
16
    url='http://launchpad.net/trac-bzr',
17
17
    license='GPL',
18
18
    author='Trac Bazaar Team',
36
36
    packages=['tracbzr'],
37
37
    entry_points={'trac.plugins': 'bzr = tracbzr.backend'},
38
38
#    install_requires=[
39
 
#        'Trac >=0.10, <0.12',
 
39
#        'Trac >=0.10, <0.13',
40
40
#        'bzr >= 2.0',
41
41
#    ],
42
42
)