~ubuntu-branches/debian/jessie/bzr-fastimport/jessie

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Bazaar Package Importer
  • Author(s): Jelmer Vernooij
  • Date: 2010-11-06 18:40:27 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20101106184027-iclo8iim9equ6i8b
Tags: 0.9.0+bzr279-1
* New upstream snapshot.
* Bump standards version to 3.9.1 (no changes).
* Run testsuite during package build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
bzr_plugin_name = 'fastimport'
5
5
 
6
 
bzr_plugin_version = (0, 9, 0, 'dev', 0)
 
6
bzr_plugin_version = (0, 10, 0, 'dev', 0)
7
7
bzr_minimum_version = (1, 1, 0)
8
8
bzr_maximum_version = None
9
9
 
10
10
if __name__ == '__main__':
11
 
    setup(name="fastimport",
 
11
    setup(name="bzr-fastimport",
12
12
          version="0.9.0dev0",
13
13
          description="stream-based import into and export from Bazaar.",
14
14
          author="Canonical Ltd",