-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMANIFEST.in
More file actions
24 lines (24 loc) · 739 Bytes
/
MANIFEST.in
File metadata and controls
24 lines (24 loc) · 739 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
include README.md
include README_EN.md
include README_ZH.md
include LICENSE
include requirements.txt
include pyproject.toml
recursive-include vertex_flow *.py
recursive-include vertex_flow/docs *.md
recursive-include vertex_flow/examples *.py
recursive-include vertex_flow/config *.yml *.yaml *.template
recursive-include web_ui *.py *.html *.css *.js
recursive-include config *.yml *.yaml
recursive-include scripts *.py *.sh
recursive-exclude * __pycache__
recursive-exclude * *.py[co]
recursive-exclude * .DS_Store
recursive-exclude * .git*
recursive-exclude * .pytest_cache
recursive-exclude * .coverage
recursive-exclude * *.egg-info
recursive-exclude * build
recursive-exclude * dist
recursive-exclude * .venv
recursive-exclude * venv