You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, of course you can install all the namespace packages at once from outside, but they'd just behave like regular packages. The pyproject.toml/setup.py file would normally be in the project root directory, but of course you could
also place it under native/.
You wouldn't be able to import from the same namespace, though, instead:
Is it possible to have a
setup.py
file in the native directory that installs both pkg_a and pkg_b? If so, what would that look like?something like
Thank you.
The text was updated successfully, but these errors were encountered: