diff setup.py @ 179:b1f6b666aed6

Add the XML/SWF charts library to the package data.
author cmlenz
date Wed, 31 Aug 2005 01:11:04 +0000
parents 634be6cbb808
children 5ab5418d56cc
line wrap: on
line diff
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,8 @@
                   'integration',
       license='BSD',
       packages=find_packages(exclude=['ez_setup', '*.tests*']),
-      package_data={'bitten.trac_ext': ['templates/*.cs', 'htdocs/*.*']},
+      package_data={'bitten.trac_ext': ['htdocs/*.*', 'htdocs/charts/*.swf',
+                                        'templates/*.cs']},
       scripts=['scripts/bitten', 'scripts/bittend'],
       test_suite='bitten.tests.suite', zip_safe=True,
       cmdclass={'unittest': unittest})
Copyright (C) 2012-2017 Edgewall Software