~sambuddhabasu1/mailman/fix_mailman_run_error

« back to all changes in this revision

Viewing changes to MANIFEST.in

  • Committer: Barry Warsaw
  • Date: 2015-01-20 23:27:31 UTC
  • Revision ID: barry@list.org-20150120232731-nysn5ipk2vit6n98
Python 2 -> 3 migration.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include *.py
 
2
include COPYING MANIFEST.in
 
3
recursive-include .buildout *
 
4
recursive-include contrib *
 
5
recursive-include cron *
 
6
recursive-include data *
 
7
global-include *.txt *.rst *.po *.mo *.cfg *.sql *.zcml *.html *.ini
 
8
global-exclude *.egg-info
 
9
prune src/attic
 
10
prune src/web
 
11
prune eggs
 
12
prune parts
 
13
prune .tox
 
14
include src/mailman/testing/config.pck
 
15
include src/mailman/database/alembic/script.py.mako
 
16
include src/mailman/database/alembic/versions/*.py