File: MANIFEST.in

package info (click to toggle)
python-aiohttp 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,288 kB
  • ctags: 4,380
  • sloc: python: 27,221; makefile: 236
file content (19 lines) | stat: -rw-r--r-- 448 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
include LICENSE.txt
include CHANGES.rst
include README.rst
include CONTRIBUTORS.txt
include Makefile
graft aiohttp
graft docs
graft examples
graft tests
global-exclude *.pyc
exclude aiohttp/_multidict.html
exclude aiohttp/_multidict.*.so
exclude aiohttp/_multidict.pyd
exclude aiohttp/_multidict.*.pyd
exclude aiohttp/_websocket.html
exclude aiohttp/_websocket.*.so
exclude aiohttp/_websocket.pyd
exclude aiohttp/_websocket.*.pyd
prune docs/_build