-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathMANIFEST.in
More file actions
27 lines (26 loc) · 740 Bytes
/
MANIFEST.in
File metadata and controls
27 lines (26 loc) · 740 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
prune docs
prune book
prune build
prune dist
prune dist_test
prune dist_sdist
prune demo
prune tests
prune docs/source/_build
prune docs/source/_templates
prune annolid/motion/weights
prune docs/tutorials/Untitled.ipynb
prune docs/tutorials/.ipynb_checkpoints
include environment.yml
recursive-include annolid *.yaml *.yml *.json *.txt *.md *.qrc
recursive-include annolid *.js
recursive-include annolid *.png *.jpg *.jpeg *.gif *.svg *.ico *.icns
include annolid/annotation/labels_interaction
# Exclude editor settings, local env files, and build artifacts (even if present locally).
prune .vscode
prune annolid/.vscode
exclude .env
exclude .webui_secret_key
global-exclude *.py[cod]
global-exclude __pycache__/*
global-exclude .DS_Store