File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ def cli_entry():
28
28
default = "dist/jsxbundle/DeadlineCloudSubmitter.jsx" ,
29
29
help = """Destination file. Defaults to
30
30
"dist/jsxbundle/DeadlineCloudSubmitter.jsx". Alternatively you could
31
- use "C:\ Program Files\ Adobe\ Adobe After Effects 2023\ Support Files\ Scripts\ DeadlineCloudSubmitter.jsx"
31
+ use "C:/ Program Files/ Adobe/ Adobe After Effects 2023/ Support Files/ Scripts/ DeadlineCloudSubmitter.jsx"
32
32
or equivalent.""" ,
33
33
)
34
34
args = parser .parse_args ()
Original file line number Diff line number Diff line change @@ -66,10 +66,10 @@ destinations = [
66
66
]
67
67
68
68
[tool .hatch .build .targets .sdist ]
69
- include = [" src/deadline/ae_adaptor/ *" , " hatch_custom_hook.py" ]
69
+ include = [" src/deadline/*" , " hatch_custom_hook.py" ]
70
70
71
71
[tool .hatch .build .targets .wheel ]
72
- packages = [" src/deadline/ae_adaptor " ]
72
+ packages = [" src/deadline" ]
73
73
74
74
# --- MYPY ---
75
75
You can’t perform that action at this time.
0 commit comments