~ubuntu-branches/ubuntu/precise/bughelper/precise

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-04-10 11:54:41 UTC
  • Revision ID: james.westby@ubuntu.com-20070410115441-7hix742g1qi8ztp7
Tags: 0.2~169
* Fixed numerous bugs. (LP: #93658, #89728, #95223, #81434, #99586, #102355,
  #99642, #103318, #102480, #107554 ,#107735, #107959, #99726, #79136,
  #79136, #79136, #79140, #109533, #79140, #109533).
* debian/control:
  - updated XS-Vcs-Bzr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
   
19
19
setup(name='bughelper',
20
20
      version=version,
21
 
      packages=['bugHelper', 'launchpadBugs'],
 
21
      packages=['bugHelper'],
22
22
      scripts=['bughelper','bugnumbers','bugxml'],
23
 
      data_files=[('share/bughelper/', glob.glob('data/*.rng')),
24
 
                  ('share/doc/bughelper/', ['data/example.info'])
25
 
                 ]
26
23
)
27
24