-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMANIFEST.in
More file actions
30 lines (27 loc) · 873 Bytes
/
MANIFEST.in
File metadata and controls
30 lines (27 loc) · 873 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
# Exclude development and environment files from Source Distribution
exclude DEVELOPER_GUIDE.md
exclude pyproject.toml.bak
exclude test_ready.py
exclude SPEC.md
exclude .env
exclude .env.example
exclude pipeline.log
# Exclude directories
recursive-exclude .agent *
recursive-exclude .gemini *
recursive-exclude demandify_runs *
recursive-exclude demandify_datasets *
recursive-exclude logs *
recursive-exclude cache *
recursive-exclude .demandify *
recursive-exclude venv *
recursive-exclude tests *
recursive-exclude scripts *
recursive-exclude reference *
# Ensure operational data is included (matching pyproject.toml)
recursive-include demandify/templates *.html
recursive-include demandify/static *
recursive-include demandify/defaults *.json
recursive-include demandify/offline_datasets *
# Never ship raw OSM extracts in source distributions
global-exclude *.osm