summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: 8dc7d9208df77be870d3098b5557b53b149f6b9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include AUTHORS
include Changelog
include README.rst
include MANIFEST.in
include LICENSE-GPL-2.0
include LICENSE-MPL-RabbitMQ
include TODO
include setup.cfg
recursive-include librabbitmq *
recursive-include Modules *
recursive-include tests *
prune rabbitmq-c/
exclude *.pyc
exclude *.o
exclude *.la
exclude *.so
exclude *.dylib
exclude Makefile