Skip to content

Commit d521e80

Browse files
committed
fix build of the package
1 parent b1f8587 commit d521e80

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ authors = [
3434
"ynput.io <info@ynput.io>"
3535
]
3636
packages = [
37-
{ include = "ayon_api" }
37+
{ include = "ayon_api" },
38+
{ include = "ayon_api/_api_helpers/*.py" },
3839
]
3940

4041
[tool.poetry.dependencies]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
name="ayon_api",
1414
version=_version_content["__version__"],
1515
py_modules=["ayon_api"],
16-
packages=["ayon_api"],
16+
packages=["ayon_api", "ayon_api._api_helpers"],
1717
author="ynput.io",
1818
author_email="info@ynput.io",
1919
license="Apache License (2.0)",

0 commit comments

Comments
 (0)