3
3
from setuptools import setup
5
TracBzr = 'http://launchpad.net/products/trac-bzr',
5
readme=file('README').read()
6
readme=readme[:readme.index('\n.. cut long_description here')]
8
description='Bazaar plugin for Trac',
9
keywords='trac vcs plugin bazaar',
13
author='Trac Bazaar Team',
14
author_email='trac-bzr-team@lists.launchpad.net',
16
This Trac 0.10+ plugin provides support for the Bazaar Version
17
Control System. See %s for more details.
20
entry_points={'trac.plugins': 'bzr = tracbzr.backend'})
8
# see http://docs.python.org/distutils/setupscript.html#meta-data
9
# and http://docs.python.org/distutils/apiref.html
10
# for a list of meta data to be included here.
13
description='Bazaar plugin for Trac',
14
keywords='trac vcs plugin bazaar bzr',
16
url='http://launchpad.net/trac-bzr',
18
author='Trac Bazaar Team',
19
author_email='trac-bzr-team@lists.launchpad.net',
20
long_description=readme,
22
'Development Status :: 4 - Beta',
23
'Environment :: Plugins',
24
'Environment :: Web Environment',
26
'Intended Audience :: Developers',
27
'License :: OSI Approved :: GNU General Public License (GPL)',
28
'Natural Language :: English',
29
'Operating System :: OS Independent',
30
'Programming Language :: Python',
31
'Programming Language :: Python :: 2',
32
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
33
'Topic :: Software Development :: Version Control',
34
# see http://pypi.python.org/pypi?:action=list_classifiers for more
37
entry_points={'trac.plugins': 'bzr = tracbzr.backend'},
39
# 'Trac >=0.10, <0.12',