Merge lp:~abentley/canonical-identity-provider/mockservice-improve-packaging into lp:~ubuntuone-pqm-team/canonical-identity-provider/mock-service

Proposed by Aaron Bentley
Status: Merged
Approved by: Ricardo Kirkner
Approved revision: 4
Merged at revision: 4
Proposed branch: lp:~abentley/canonical-identity-provider/mockservice-improve-packaging
Merge into: lp:~ubuntuone-pqm-team/canonical-identity-provider/mock-service
Diff against target: 12 lines (+3/-0)
2 files modified
.bzrignore (+2/-0)
MANIFEST.in (+1/-0)
To merge this branch: bzr merge lp:~abentley/canonical-identity-provider/mockservice-improve-packaging
Reviewer Review Type Date Requested Status
Ricardo Kirkner (community) Approve
Review via email: mp+109731@code.launchpad.net

Commit message

Improve packaging by adding a MANIFEST.in

Description of the change

The branch improves the packaging by adding a MANIFEST.in. In my testing, setup.py sdist did not include the wadl.xml in the tarball without MANIFEST.in.

To post a comment you must log in.
Revision history for this message
Ricardo Kirkner (ricardokirkner) wrote :

LGTM.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file '.bzrignore'
2--- .bzrignore 1970-01-01 00:00:00 +0000
3+++ .bzrignore 2012-06-11 20:46:18 +0000
4@@ -0,0 +1,2 @@
5+./dist
6+./sso_mockserver.egg-info
7
8=== added file 'MANIFEST.in'
9--- MANIFEST.in 1970-01-01 00:00:00 +0000
10+++ MANIFEST.in 2012-06-11 20:46:18 +0000
11@@ -0,0 +1,1 @@
12+include sso_mockserver/wadl.xml

Subscribers

People subscribed via source and target branches