~sambuddhabasu1/mailman/fix_mailman_run_error

« back to all changes in this revision

Viewing changes to MANIFEST.in

  • Committer: Barry Warsaw
  • Date: 2009-11-29 17:47:12 UTC
  • Revision ID: barry@list.org-20091129174712-l7av9pbqvn4f0m72
Clean up the manifest so that the sdist runs and passes all the tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
include *.py *.rc
2
 
global-include *.txt *.po
3
 
exclude MANIFEST.in buildout.cfg bootstrap.py .bzrignore
 
2
include gnu-COPYING-GPL
 
3
recursive-include .buildout *
 
4
recursive-include contrib *
 
5
recursive-include cron *
 
6
recursive-include data *
 
7
global-include *.txt *.po *.mo *.cfg *.sql *.zcml *.html
 
8
global-exclude *.egg-info
 
9
exclude MANIFEST.in
 
10
prune src/attic
 
11
prune src/web
 
12