We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1f8587 commit d521e80Copy full SHA for d521e80
pyproject.toml
@@ -34,7 +34,8 @@ authors = [
34
"ynput.io <info@ynput.io>"
35
]
36
packages = [
37
- { include = "ayon_api" }
+ { include = "ayon_api" },
38
+ { include = "ayon_api/_api_helpers/*.py" },
39
40
41
[tool.poetry.dependencies]
setup.py
@@ -13,7 +13,7 @@
13
name="ayon_api",
14
version=_version_content["__version__"],
15
py_modules=["ayon_api"],
16
- packages=["ayon_api"],
+ packages=["ayon_api", "ayon_api._api_helpers"],
17
author="ynput.io",
18
author_email="info@ynput.io",
19
license="Apache License (2.0)",
0 commit comments