forked from OpenHands/software-agent-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMANIFEST.in
More file actions
48 lines (40 loc) · 2 KB
/
MANIFEST.in
File metadata and controls
48 lines (40 loc) · 2 KB
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
40
41
42
43
44
45
46
47
48
# This MANIFEST.in file tells setuptools which files to include
# in the sdist package distribution used for building docker image
# ==============================================================================
# Root-level workspace files
# ==============================================================================
include pyproject.toml
include uv.lock
# ==============================================================================
# openhands-sdk
# ==============================================================================
include openhands-sdk/pyproject.toml
recursive-include openhands-sdk *.py
recursive-include openhands-sdk *.j2
recursive-include openhands-sdk py.typed
# ==============================================================================
# openhands-tools
# ==============================================================================
include openhands-tools/pyproject.toml
recursive-include openhands-tools *.py
recursive-include openhands-tools *.j2
recursive-include openhands-tools py.typed
# ==============================================================================
# openhands-workspace
# ==============================================================================
include openhands-workspace/pyproject.toml
recursive-include openhands-workspace *.py
recursive-include openhands-workspace py.typed
# ==============================================================================
# openhands-agent-server
# ==============================================================================
include openhands-agent-server/pyproject.toml
recursive-include openhands-agent-server *.py
recursive-include openhands-agent-server py.typed
# Docker build files
include openhands-agent-server/openhands/agent_server/docker/Dockerfile
include openhands-agent-server/openhands/agent_server/docker/wallpaper.svg
# PyInstaller spec
include openhands-agent-server/openhands/agent_server/agent-server.spec
# VSCode extensions
recursive-include openhands-agent-server/openhands/agent_server/vscode_extensions *