forked from AcademySoftwareFoundation/OpenTimelineIO
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMANIFEST.in
32 lines (31 loc) · 778 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
include README.md CHANGELOG.md LICENSE.txt NOTICE.txt CMakeLists.txt
recursive-include examples *
recursive-include contrib *
recursive-include src *
recursive-include tests *
prune .github
prune docs
prune doxygen
exclude .gitmodules
recursive-exclude src *.git
exclude .readthedocs.yml
exclude readthedocs-conda.yml
exclude .codecov.yml
exclude .gitlab-ci.yml
exclude *.pdf
exclude CODE_OF_CONDUCT.md
exclude CONTRIBUTING.md
exclude CONTRIBUTORS.md
exclude GOVERNANCE.md
exclude contrib/opentimelineio_contrib/adapters/Makefile
exclude Makefile
exclude */.DS_Store
exclude .clang-format
exclude OTIO_VERSION.json
global-exclude *.pyc
global-exclude *.so
global-exclude *.pyd
prune maintainers
prune tsc
prune src/deps/pybind11/tools/clang
prune src/deps/rapidjson/thirdparty