Merge lp://staging/~jelmer/bzr-pipeline/setup into lp://staging/bzr-pipeline

Proposed by Jelmer Vernooij
Status: Merged
Merged at revision: not available
Proposed branch: lp://staging/~jelmer/bzr-pipeline/setup
Merge into: lp://staging/bzr-pipeline
Diff against target: 15 lines (+11/-0)
1 file modified
setup.py (+11/-0)
To merge this branch: bzr merge lp://staging/~jelmer/bzr-pipeline/setup
Reviewer Review Type Date Requested Status
Aaron Bentley Pending
Review via email: mp+18885@code.staging.launchpad.net
To post a comment you must log in.
Revision history for this message
Jelmer Vernooij (jelmer) wrote :

Hi Aaron,

This branch adds a trivial setup.py file for bzr-pipeline, which I needed
for the Debian/Ubuntu package.

Revision history for this message
Aaron Bentley (abentley) wrote :

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Jelmer Vernooij wrote:
> Jelmer Vernooij has proposed merging lp:~jelmer/bzr-pipeline/setup into lp:bzr-pipeline.
>
> This branch adds a trivial setup.py file for bzr-pipeline, which I needed
> for the Debian/Ubuntu package.

Thanks for the branch, and for packaging bzr-pipeline. I've used the
version number 0.0.1 for lp:bzr-pipeline/stable and 0.1.0 for
lp:bzr-pipeline.

Aaron
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAktxAJ4ACgkQ0F+nu1YWqI1B/wCdHg0fyvniex+83gwBPsv5xPTX
pwQAn2e+y9Hd8iaYXzmK+wwkT5ykvw+V
=C9vd
-----END PGP SIGNATURE-----

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'setup.py'
2--- setup.py 1970-01-01 00:00:00 +0000
3+++ setup.py 2010-02-08 22:28:17 +0000
4@@ -0,0 +1,11 @@
5+#!/usr/bin/env python
6+from distutils.core import setup
7+setup(name="BzrPipeline",
8+ version="0.0.1",
9+ description="Bazaar plugin for working with a sequence of branches.",
10+ author="Aaron Bentley",
11+ author_email="aaron@aaronbentley.com",
12+ license = "GNU GPL v2",
13+ url="http://bazaar-vcs.org/BzrPipeline",
14+ packages=['bzrlib.plugins.pipeline', 'bzrlib.plugins.pipeline.tests'],
15+ package_dir={'bzrlib.plugins.pipeline': '.', })

Subscribers

People subscribed via source and target branches