comparison setup.py @ 320:a8b713254286

Fixes for compatibility with Trac trunk and 0.9.3.
author cmlenz
date Wed, 04 Jan 2006 18:30:52 +0000
parents fe966b950424
children 2ffab7963b8d
comparison
equal deleted inserted replaced
319:cd95e1c6e648 320:a8b713254286
19 name='Bitten', version=VERSION, author='Christopher Lenz', 19 name='Bitten', version=VERSION, author='Christopher Lenz',
20 author_email='cmlenz@gmx.de', url='http://bitten.cmlenz.net/', 20 author_email='cmlenz@gmx.de', url='http://bitten.cmlenz.net/',
21 description='Framework for collecting software metrics via continuous ' 21 description='Framework for collecting software metrics via continuous '
22 'integration', 22 'integration',
23 license='BSD', 23 license='BSD',
24 packages=find_packages(exclude=['ez_setup', '*.tests*']), 24 packages=find_packages(exclude=['*.tests*']),
25 package_data={ 25 package_data={
26 'bitten.trac_ext': ['htdocs/*.*', 26 'bitten.trac_ext': ['htdocs/*.*',
27 'htdocs/charts_library/*.swf', 27 'htdocs/charts_library/*.swf',
28 'templates/*.cs'] 28 'templates/*.cs']
29 }, 29 },
Copyright (C) 2012-2017 Edgewall Software