forked from zeromq/pyzmq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMANIFEST.in
42 lines (36 loc) · 814 Bytes
/
MANIFEST.in
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
include COPYING.BSD
include COPYING.LESSER
include CONTRIBUTING.md
include MANIFEST.in
include README.rst
include setup.cfg.template
include setup.py
include setupegg.py
include zmqversion.py
include tox.ini
include .travis.yml
graft docs
prune docs/build
prune docs/gh-pages
graft bundled/uuid
exclude bundled/uuid/Makefile*
include bundled/zeromq/COPYING
graft bundled/zeromq/include
graft bundled/zeromq/src
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 *.so
global-exclude *.pyd
global-exclude *.pyc
global-exclude .git*
global-exclude .DS_Store
global-exclude .mailmap