~barry/mailman/lp1423756

7256 by Barry Warsaw
MANIFEST.in updates.
1
include *.py
2
include COPYING MANIFEST.in
6826 by Barry Warsaw
Clean up the manifest so that the sdist runs and passes all the tests.
3
recursive-include .buildout *
4
recursive-include contrib *
5
recursive-include cron *
6
recursive-include data *
7256 by Barry Warsaw
MANIFEST.in updates.
7
global-include *.txt *.rst *.po *.mo *.cfg *.sql *.zcml *.html *.ini
6826 by Barry Warsaw
Clean up the manifest so that the sdist runs and passes all the tests.
8
global-exclude *.egg-info
9
prune src/attic
10
prune src/web
6955 by Barry Warsaw
Don't include the eggs/ or parts/ directory in the tarball, otherwise the
11
prune eggs
12
prune parts
7256 by Barry Warsaw
MANIFEST.in updates.
13
prune .tox
6998 by Barry Warsaw
Be sure to include a test file in the tarball.
14
include src/mailman/testing/config.pck
7254.2.1 by Aurélien Bompard
Include Alembic versions in the manifest
15
include src/mailman/database/alembic/script.py.mako
16
include src/mailman/database/alembic/versions/*.py