/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Szilveszter Farkas (Phanatic)
  • Date: 2006-09-27 19:11:59 UTC
  • mfrom: (0.8.90 merge)
  • mto: (93.1.1 win32.bialix)
  • mto: This revision was merged to the branch mainline in revision 103.
  • Revision ID: Szilveszter.Farkas@gmail.com-20060927191159-cc4e54f613575779
Merge all changes. Release 0.11.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
                return data_files
62
62
 
63
63
setup(name='Olive',
64
 
      version='0.1',
 
64
      version='0.11.0',
65
65
      description='Olive - Graphical frontend for Bazaar',
66
66
      author='Szilveszter Farkas (Phanatic)',
67
67
      author_email='szilveszter.farkas@gmail.com',
68
68
      url='http://bazaar-vcs.org/Olive',
69
 
      packages=['olive', 'olive.backend', 'olive.frontend',
70
 
                'olive.frontend.gtk', 'olive.frontend.gtk.viz'],
 
69
      packages=['olive'],
71
70
      scripts=['olive-gtk'],
72
71
      data_files=[('share/olive', ['olive.glade',
73
72
                                   'oliveicon2.png',