Merge lp:~abompard/mailman/manifest into lp:mailman

Proposed by Aurélien Bompard
Status: Merged
Approved by: Barry Warsaw
Approved revision: 7255
Merged at revision: 7256
Proposed branch: lp:~abompard/mailman/manifest
Merge into: lp:mailman
Diff against target: 15 lines (+3/-1)
1 file modified
MANIFEST.in (+3/-1)
To merge this branch: bzr merge lp:~abompard/mailman/manifest
Reviewer Review Type Date Requested Status
Mailman Coders Pending
Review via email: mp+240575@code.launchpad.net

Description of the change

A single simple commit to include Alembic version files in the MANIFEST.in file (and thus in source distributions).

To post a comment you must log in.

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 2014-10-13 19:24:24 +0000
3+++ MANIFEST.in 2014-11-04 13:27:22 +0000
4@@ -1,4 +1,4 @@
5-include *.py *.rc *.mako
6+include *.py *.rc
7 include COPYING
8 recursive-include .buildout *
9 recursive-include contrib *
10@@ -12,3 +12,5 @@
11 prune parts
12 include MANIFEST.in
13 include src/mailman/testing/config.pck
14+include src/mailman/database/alembic/script.py.mako
15+include src/mailman/database/alembic/versions/*.py