/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-08-21 23:47:24 UTC
  • mto: (0.14.1 main) (93.1.1 win32.bialix)
  • mto: This revision was merged to the branch mainline in revision 83.
  • Revision ID: Szilveszter.Farkas@gmail.com-20060821234724-16d48bc7471df6ee
Small fixes in setup.py.

2006-08-20  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>

    * setup.py: some little corrections (python path + bazaar branding)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/usr/bin/env python
 
1
#!/usr/bin/python
2
2
 
3
3
# Copyright (C) 2006 by Szilveszter Farkas (Phanatic) <szilveszter.farkas@gmail.com>
4
4
#
20
20
 
21
21
setup(name='Olive',
22
22
      version='0.1',
23
 
      description='Olive - Graphical frontend for Bazaar-NG',
 
23
      description='Olive - Graphical frontend for Bazaar',
24
24
      author='Szilveszter Farkas (Phanatic)',
25
25
      author_email='szilveszter.farkas@gmail.com',
26
 
      url='https://launchpad.net/products/olive/',
 
26
      url='http://bazaar-vcs.org/Olive',
27
27
      packages=['olive', 'olive.backend', 'olive.frontend',
28
28
                'olive.frontend.gtk', 'olive.frontend.gtk.viz'],
29
29
      scripts=['olive-gtk'],