File: MANIFEST.in

package info (click to toggle)
pyzmq 16.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,052 kB
  • ctags: 2,906
  • sloc: python: 13,502; ansic: 971; makefile: 133; sh: 51
file content (48 lines) | stat: -rw-r--r-- 957 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
include COPYING.BSD
include COPYING.LESSER
include CONTRIBUTING.md
include MANIFEST.in
include README.md
include AUTHORS.md
include setup.cfg.template
include setup.cfg.android
include setup.py
include setupegg.py
include zmqversion.py
include tox.ini
include .travis.yml

graft docs
graft tools
prune docs/build
prune docs/gh-pages

include bundled/zeromq/COPYING
graft bundled/zeromq/include
graft bundled/zeromq/src
graft bundled/zeromq/tweetnacl
include bundled/zeromq/builds/msvc/platform.hpp
exclude bundled/zeromq/src/Makefile*
exclude bundled/zeromq/src/platform.hpp

graft buildutils
graft examples
graft zmq
graft perf

exclude setup.cfg
exclude zmq/libzmq*
# exclude docs/_static
# exclude docs/_templates

global-exclude __pycache__/*
global-exclude .deps/*
global-exclude *.so
global-exclude *.pyd
global-exclude *.pyc
global-exclude .git*
global-exclude .DS_Store
global-exclude .mailmap
global-exclude Makefile.am
global-exclude Makefile.in