6812
by Barry Warsaw
* Switch to distribute from setuptools. |
1 |
include *.py *.rc
|
7018
by Barry Warsaw
Update COPYING file to GPLv3. (LP: #790994) |
2 |
include COPYING
|
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 *
|
|
6974.1.5
by Barry Warsaw
Eliminate Utils.get_pattern() and in the process, completely revamp |
7 |
global-include *.txt *.rst *.po *.mo *.cfg *.sql *.zcml *.html
|
6826
by Barry Warsaw
Clean up the manifest so that the sdist runs and passes all the tests. |
8 |
global-exclude *.egg-info
|
9 |
exclude MANIFEST.in
|
|
10 |
prune src/attic
|
|
11 |
prune src/web
|
|
6955
by Barry Warsaw
Don't include the eggs/ or parts/ directory in the tarball, otherwise the |
12 |
prune eggs
|
13 |
prune parts
|
|
14 |
include MANIFEST.in
|
|
6998
by Barry Warsaw
Be sure to include a test file in the tarball. |
15 |
include src/mailman/testing/config.pck
|