-
Notifications
You must be signed in to change notification settings - Fork 354
Expand file tree
/
Copy pathMANIFEST.in
More file actions
37 lines (37 loc) · 775 Bytes
/
MANIFEST.in
File metadata and controls
37 lines (37 loc) · 775 Bytes
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
prune python/examples
prune python/tests
prune python/testdata
prune python/build_tools
prune config
prune ngauth_server
prune src
prune build_tools
prune third_party
prune typings
prune testdata
prune examples
exclude .clang-format
exclude .editorconfig
exclude cors_webserver.py
exclude package.json
exclude package-lock.json
exclude tsconfig.json
prune .github
prune *.egg-info
exclude noxfile.py
global-exclude .gitignore
global-exclude .gitattributes
global-exclude .dockerignore
exclude python/Dockerfile
exclude python/CMakeLists.txt
exclude MANIFEST.in
exclude *.ts
exclude .prettierrc.yml
exclude .prettierignore
exclude eslint.config.js
exclude .ncurc.yml
exclude index.html
exclude rspack.config.ts
exclude firebase.json
exclude .firebaserc
exclude .oxlintrc.json