Merge lp:~statik/tarmac/setup-fixes into lp:tarmac

Proposed by Elliot Murphy
Status: Merged
Approved by: Paul Hummer
Approved revision: 127
Merged at revision: not available
Proposed branch: lp:~statik/tarmac/setup-fixes
Merge into: lp:tarmac
Diff against target: None lines
To merge this branch: bzr merge lp:~statik/tarmac/setup-fixes
Reviewer Review Type Date Requested Status
Paul Hummer Approve
Review via email: mp+8586@code.launchpad.net

Commit message

Added plugins package to setup.py with other small changes.

To post a comment you must log in.
Revision history for this message
Elliot Murphy (statik) wrote :

Add some required missing metadata, leave the capital T out of the tarball, and include tarmac.plugins sub-package in the tarball.

Revision history for this message
Paul Hummer (rockstar) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'setup.py'
2--- setup.py 2009-07-10 15:10:28 +0000
3+++ setup.py 2009-07-10 20:28:47 +0000
4@@ -22,7 +22,9 @@
5 from tarmac import __version__
6
7 setup(
8- name=u'Tarmac',
9+ author='Paul Hummer',
10+ author_email='Paul Hummer <paul@eventuallyanyway.com',
11+ name=u'tarmac',
12 version=__version__,
13 description=u'Tarmac - The Launchpad Lander',
14 url=u'http://edge.launchpad.net/tarmac',
15@@ -30,7 +32,7 @@
16 package_dir={
17 'bzrlib.plugins.tarmac': 'bzrplugin',
18 'tarmac': 'tarmac'},
19- packages=['bzrlib.plugins.tarmac', 'tarmac'],
20+ packages=['bzrlib.plugins.tarmac', 'tarmac', 'tarmac.plugins'],
21 scripts=['tarmac-lander', 'tarmac-authenticate'],
22 long_description='''
23 Tarmac is a series of scripts to facilitate the landing of Bazaar

Subscribers

People subscribed via source and target branches