-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathMANIFEST.in
More file actions
29 lines (25 loc) · 732 Bytes
/
MANIFEST.in
File metadata and controls
29 lines (25 loc) · 732 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
# arifOS Manifestation Policy (v2026.04.24)
# Ditempa Bukan Diberi.
# Include core logic and components
recursive-include arifosmcp *.py *.json *.jsonl *.html *.css
recursive-include arifos *.py *.json *.jsonl *.html *.css
recursive-include wiki *
recursive-include arifosmcp/VAULT999 *
include pyproject.toml
include README.md
include LICENSE
include program.md
include smithery.yaml
# Prune Metabolic Shadows
recursive-exclude arifosmcp/__pycache__ *
recursive-exclude tests *
recursive-exclude docs *
recursive-exclude .archive *
recursive-exclude arifosmcp/VAULT999/STAGING *
recursive-exclude arifosmcp/.venv *
# Prune Tool Build Bloat
exclude .env
exclude .env.example
exclude Makefile
exclude uv.lock
exclude MANIFEST.in