File: MANIFEST.in

package info (click to toggle)
aiohttp-asyncmdnsresolver 0.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 364 kB
  • sloc: python: 778; makefile: 229; sh: 5
file content (21 lines) | stat: -rw-r--r-- 495 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
include .coveragerc
include pyproject.toml
include pytest.ini
include towncrier.toml
include LICENSE
include NOTICE
include CHANGES.rst
include README.rst
graft aiohttp_asyncmdnsresolver
graft packaging
graft docs
graft CHANGES
graft requirements
graft tests
global-exclude *.pyc
global-exclude *.cache
exclude src/aiohttp_asyncmdnsresolver/*.c
exclude src/aiohttp_asyncmdnsresolver/*.html
exclude src/aiohttp_asyncmdnsresolver/*.so
exclude src/aiohttp_asyncmdnsresolver/*.pyd
prune docs/_build