~ubuntu-branches/ubuntu/maverick/bzr-git/maverick

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Bazaar Package Importer
  • Author(s): Jelmer Vernooij
  • Date: 2009-05-12 02:20:29 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090512022029-sq1phqm0xqypvpt4
Tags: 0.3.1-1
New upstream snapshot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
from distutils.core import setup
4
4
 
5
 
version = (0, 3, 0)
 
5
version = (0, 3, 1)
6
6
version_string = ".".join([str(x) for x in version])
7
7
 
8
8
setup(name='bzr-git',
10
10
      keywords='plugin bzr git bazaar',
11
11
      version=version_string,
12
12
      url='http://bazaar-vcs.org/BzrForeignBranches/Git',
 
13
      download_url='http://samba.org/~jelmer/bzr/bzr-git-%s.tar.gz' % version_string,
13
14
      license='GPL',
14
15
      maintainer='Jelmer Vernooij',
15
16
      maintainer_email='jelmer@samba.org',