Merge lp:~abompard/mailman.client/missing-manifest-includes into lp:mailman.client

Proposed by Aurélien Bompard
Status: Merged
Merged at revision: 62
Proposed branch: lp:~abompard/mailman.client/missing-manifest-includes
Merge into: lp:mailman.client
Diff against target: 9 lines (+1/-1)
1 file modified
MANIFEST.in (+1/-1)
To merge this branch: bzr merge lp:~abompard/mailman.client/missing-manifest-includes
Reviewer Review Type Date Requested Status
Florian Fuchs Approve
Review via email: mp+249475@code.launchpad.net

Description of the change

This is a trivial fix: the unittest.cfg and tox.ini files were not included in the sdist tarball, making it impossible to run the unit tests from there.

To post a comment you must log in.
Revision history for this message
Florian Fuchs (flo-fuchs) wrote :

Thanks Aurélien! Merging it...

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'MANIFEST.in'
2--- MANIFEST.in 2015-01-04 23:38:32 +0000
3+++ MANIFEST.in 2015-02-12 11:38:08 +0000
4@@ -1,4 +1,4 @@
5-include *.py MANIFEST.in
6+include *.py MANIFEST.in *.cfg *.ini
7 global-include *.txt *.rst *.yaml
8 include Makefile
9 prune _build

Subscribers

People subscribed via source and target branches