File: MANIFEST.in

package info (click to toggle)
python-aiohttp 3.13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 16,952 kB
  • sloc: python: 61,881; ansic: 20,773; makefile: 414; sh: 3
file content (22 lines) | stat: -rw-r--r-- 425 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
include LICENSE.txt
include CHANGES.rst
include README.rst
include CONTRIBUTORS.txt
include Makefile
graft aiohttp
graft docs
graft examples
graft tests
graft tools
graft requirements
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