-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMANIFEST.in
More file actions
39 lines (34 loc) · 797 Bytes
/
MANIFEST.in
File metadata and controls
39 lines (34 loc) · 797 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
38
39
# Include data files needed by the package
include docs/pubs_whitelist.json
include akd/mapping/README.md
# Include license and readme at root
include LICENSE
include README.md
include CLAUDE.md
# Include configuration examples
include config/lit_agent.toml
# Exclude development and test files
exclude *.py
prune tests/
prune examples/
prune scripts/
prune notebooks/
prune tmp/
prune __marimo__/
prune node_modules/
prune e2e/
prune images/
prune tests-examples/
# Exclude development configuration files
exclude *.ipynb
exclude package.json
exclude package-lock.json
exclude playwright.config.ts
exclude uv.lock
exclude yek.toml
exclude requirements.txt
# Exclude version control and IDE files
global-exclude .git*
global-exclude .DS_Store
global-exclude *.pyc
global-exclude __pycache__/