Skip to content

Commit 6c01fc9

Browse files
authored
fix: move ae_adaptor and ae_submitter into deadline namespace package, and fix \P invalid syntax in jsxbundler on windows (#32)
Signed-off-by: Morgan Epp <[email protected]>
1 parent ace77b7 commit 6c01fc9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: jsxbundler.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def cli_entry():
2828
default="dist/jsxbundle/DeadlineCloudSubmitter.jsx",
2929
help="""Destination file. Defaults to
3030
"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"
3232
or equivalent.""",
3333
)
3434
args = parser.parse_args()

Diff for: pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ destinations = [
6666
]
6767

6868
[tool.hatch.build.targets.sdist]
69-
include = ["src/deadline/ae_adaptor/*", "hatch_custom_hook.py"]
69+
include = ["src/deadline/*", "hatch_custom_hook.py"]
7070

7171
[tool.hatch.build.targets.wheel]
72-
packages = ["src/deadline/ae_adaptor"]
72+
packages = ["src/deadline"]
7373

7474
# --- MYPY ---
7575

0 commit comments

Comments
 (0)