diff options
author | Dan Klein <danklei@cisco.com> | 2015-08-24 13:22:48 +0300 |
---|---|---|
committer | Dan Klein <danklei@cisco.com> | 2015-08-24 13:22:48 +0300 |
commit | dab741a80699f86e86c91718872a052cca9bbb25 (patch) | |
tree | 1959c4a2cea440170a5113dcb067796cb20ffb64 /external_libs/python/pyzmq-14.7.0/MANIFEST.in | |
parent | d3f26ece7d4383df0b22fe9c3cb3e695381ec737 (diff) |
Fixed dependencies of Control Plane to use external_lib sources
Diffstat (limited to 'external_libs/python/pyzmq-14.7.0/MANIFEST.in')
-rw-r--r-- | external_libs/python/pyzmq-14.7.0/MANIFEST.in | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/external_libs/python/pyzmq-14.7.0/MANIFEST.in b/external_libs/python/pyzmq-14.7.0/MANIFEST.in new file mode 100644 index 00000000..7e24b390 --- /dev/null +++ b/external_libs/python/pyzmq-14.7.0/MANIFEST.in @@ -0,0 +1,50 @@ +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 +include bundled/zeromq/builds/msvc/platform.hpp +exclude bundled/zeromq/src/Makefile* +exclude bundled/zeromq/src/platform.hpp + +include bundled/libsodium/LICENSE +graft bundled/libsodium/src + +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 + |