summaryrefslogtreecommitdiffstats
path: root/third_party/python/aiohttp/MANIFEST.in
blob: 05084efddb986db7b1a457fec858a02b36aadef3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
include LICENSE.txt
include CHANGES.rst
include README.rst
include CONTRIBUTORS.txt
include Makefile
graft aiohttp
graft docs
graft examples
graft tests
recursive-include vendor *
global-include aiohttp *.pyi
global-exclude *.pyc
global-exclude *.pyd
global-exclude *.so
global-exclude *.lib
global-exclude *.dll
global-exclude *.a
global-exclude *.obj
exclude aiohttp/*.html
prune docs/_build