File: MANIFEST.in

package info (click to toggle)
python-zeep 4.3.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,600 kB
  • sloc: python: 15,551; makefile: 13
file content (20 lines) | stat: -rw-r--r-- 334 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Exclude everything by default
exclude *
recursive-exclude * *

include MANIFEST.in
include CHANGES
include CONTRIBUTORS.rst
include LICENSE
include README.rst
include pyproject.toml
include setup.cfg
include setup.py

graft examples
graft src
graft tests

global-exclude __pycache__
global-exclude *.py[co]
global-exclude .DS_Store