-
-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathMANIFEST.in
More file actions
24 lines (23 loc) · 986 Bytes
/
Copy pathMANIFEST.in
File metadata and controls
24 lines (23 loc) · 986 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
global-exclude *.pyc
global-exclude *.pyo
recursive-include engraphis/static *.html *.css *.js *.png *.ico
recursive-include engraphis/static/vendor *
recursive-include engraphis/classic_assets *.html *.css *.js *.png *.ico
recursive-include engraphis/classic_assets/vendor *
recursive-include engraphis/dashboard_assets *.html *.css *.js *.png *.ico
recursive-include engraphis/dashboard_assets/vendor *
include engraphis/commercial_manifest.json
include LICENSE NOTICE README.md CHANGELOG.md BENCHMARKS.md
include docs/RECALL_RECOVERY.md
include docs/images/context-efficiency.svg
include pyproject.toml
include .env.example requirements.txt
include docker-entrypoint.sh Dockerfile docker-compose.yml docker-compose.lan.yml
include railway.json
recursive-include eval *.py
include eval/BASELINES.md
include eval/EVIDENCE.md
recursive-include eval/configs *.json
recursive-include eval/datasets *.jsonl
include eval/datasets/locomo10_repair_manifest.json
recursive-include tests *.py