-
-
Notifications
You must be signed in to change notification settings - Fork 192
Open
Description
Is it possible to incorporate a custom component without wrapping it into a formal Python package?
For context, we use Bazel for handling build dependencies and do not have formal pypi packages in our internal codebase, which is my reason for trying to avoid that step. The component works fine if I install, but is failing when I try to add the generated folder into my project.
I assume this may be related to the expected package_name
when resolving resources (i.e. _js_dist
) and the fact that the component folder is nested within the codebase. This could just be a Bazel problem, but wanted to check if I am missing anything or if pushing to pypi is my best option.
Metadata
Metadata
Assignees
Labels
No labels